Module crossterm::terminal[][src]

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

Modules

terminal

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

Terminal

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

Enums

ClearType

Enum that specifies a way of clearing.

Functions

terminal

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