| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Simplex.Chat.Terminal.Input
Documentation
runInputLoop :: ChatTerminal -> ChatController -> IO () Source #
sendUpdatedLiveMessage :: ChatController -> String -> LiveMessage -> Bool -> IO (Either ChatError ChatResponse) Source #
runTerminalInput :: ChatTerminal -> ChatController -> IO () Source #
receiveFromTTY :: MonadTerminal m => ChatController -> ChatTerminal -> m () Source #
data AutoComplete Source #
updateTermState :: Maybe User -> DBStore -> String -> Bool -> Int -> (Key, Modifiers) -> TerminalState -> IO TerminalState Source #