Module crossterm::terminal

source ·
Expand description

Module that contains all the actions related to the terminal. like clearing, resizing and scrolling the terminal.

Modules

With this module you can perform actions that are terminal related. Like clearing and scrolling in the terminal or getting the size of the terminal.

Structs

Struct that stores an specific platform implementation for terminal related actions.

Enums

Enum that specifies a way of clearing.

Functions

Get an terminal implementation whereon terminal related actions could performed. Pass the reference to any screen you want this type to perform actions on.