dustme-0.1.0.0: Initial project template from stack

Safe HaskellSafe
LanguageHaskell2010

Dustme.TTY

Synopsis

Documentation

withTTY :: FilePath -> (TTY -> IO ()) -> IO () Source #

data TermOutput :: * #

An action which sends output to the terminal. That output may mix plain text with control characters and escape sequences, along with delays (called "padding") required by some older terminals.