terminfo-0.4.0.2: Haskell bindings to the terminfo library.

Maintainerjudah.jacobson@gmail.com
Stabilityexperimental
Portabilityportable (FFI)
Safe HaskellSafe
LanguageHaskell2010

System.Console.Terminfo.Edit

Description

 

Synopsis

Documentation

clearScreen :: Capability (LinesAffected -> TermOutput) Source #

Clear the screen, and move the cursor to the upper left.

clearBOL :: TermStr s => Capability s Source #

Clear from beginning of line to cursor.

clearEOL :: TermStr s => Capability s Source #

Clear from cursor to end of line.

clearEOS :: Capability (LinesAffected -> TermOutput) Source #

Clear display after cursor.