termbox-bindings-0.1.0.5: Bindings to the Termbox library

Safe HaskellSafe
LanguageHaskell2010

Termbox.C

Synopsis

Documentation

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

setCursor :: Int -> Int -> IO () Source

Low level

withEvent :: Event -> (Ptr Event -> IO b) -> IO b Source

withCell :: Cell -> (Ptr Cell -> IO b) -> IO b Source