Module simple_ansi::screen[][src]

Expand description

Screen related functions

Enums

Different terminal modes supported by this library. You can pass them to set_mode function to set it and to reset it you can pass it to reset_mode function.

Functions

Disable line wrapping

Enable line wrapping

Reset a mode from Mode enum

Restore data from the terminal buffer into current screen

Save current data on screen into terminal buffer for restoring it later

Set a mode from Mode enum