termbox-bindings-0.1.0.3: Bindings to the termbox library

Safe HaskellSafe
LanguageHaskell2010

Termbox

Documentation

newtype Cell Source

Constructors

Cell (ForeignPtr Cell) 

tbPeekEvent :: Int -> IO RawEvent Source

tbPutCell :: Int -> Int -> Cell -> IO () Source