Module crossterm::terminal

source ·
Expand description

A module that contains all the actions related to the terminal. like clearing, resizing, pausing and scrolling the terminal.

Structs

Struct that stores a platform-specific platform implementation for terminal related actions.

Enums

Enum that specifies a way of clearing.

Functions

Get a Terminal instance whereon terminal related actions can be performed. Pass the reference to any Screen you want this type to perform actions on.
Get a Terminal instance whereon terminal related actions could performed.