| Copyright | (c) Eric Mertens, 2016 |
|---|---|
| License | ISC |
| Maintainer | emertens@gmail.com |
| Safe Haskell | None |
| Language | Haskell2010 |
Main
Description
Entry point into glirc2. This module sets up VTY and launches the client.
- withVty :: (Vty -> IO a) -> IO a
- main :: IO ()
- addInitialNetworks :: [NetworkName] -> ClientState -> IO ClientState
Documentation
addInitialNetworks :: [NetworkName] -> ClientState -> IO ClientState Source #
Create connections for all the networks on the command line. Set the client focus to the first network listed.