terminfo-0.3.2.3: Haskell bindings to the terminfo library.

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

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 sSource

Clear from beginning of line to cursor.

clearEOL :: TermStr s => Capability sSource

Clear from cursor to end of line.

clearEOS :: Capability (LinesAffected -> TermOutput)Source

Clear display after cursor.