Module crossterm::terminal::terminal[][src]

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.

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.