[][src]Module crossterm::terminal

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

Structs

Terminal

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

Enums

ClearType

Enum that specifies a way of clearing.

Functions

from_screen

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.

terminal

Get a Terminal instance whereon terminal related actions could performed.