termonad-0.2.1.0: Terminal emulator configurable in Haskell

Safe HaskellNone
LanguageHaskell2010

Termonad.Term

Synopsis

Documentation

relabelTab :: Notebook -> Label -> ScrolledWindow -> Terminal -> IO () Source #

createScrolledWin :: TMState -> IO ScrolledWindow Source #

createNotebookTabLabel :: IO (Box, Label, Button) Source #

cwdOfPid :: Int -> IO (Maybe Text) Source #

TODO: This should probably be implemented in an external package, since it is a generally useful utility.

It should also be implemented for windows and osx.

createTerm :: (TMState -> EventKey -> IO Bool) -> TMState -> IO TMTerm Source #