Expand description
A module to represent a terminal and operations on it.
Structs§
- Crossterm
Backend crossterm - A backend that uses the
crosstermlibrary. - Size
- A 2D size.
- Termion
Backend termion - A backend that uses the
termionlibrary. - Termion
Display Backend termion - A display backend that uses the
termionlibrary. - Test
Backend - A backend that can be used for tests.
Enums§
- Clear
Type - The different parts of the terminal that can be cleared at once.
- Move
Direction - The directions the terminal cursor can be moved relative to the current position.
Traits§
- Backend
- A trait to represent a terminal that can be rendered to in an interactive manner.
- Display
Backend - A trait to represent a terminal that can be rendered to without interaction.
Functions§
- get_
backend crossterm - Gets the default
Backendbased on the features enabled.