Skip to main content

Module terminal

Module terminal 

Source
Expand description

Terminal: construction, sizing, resizing, cursor control, and raw grid/backend access.

Terminal::present and event polling (starting at Terminal::poll) are the other two axes of Terminal’s API, defined in private submodules; this module holds everything that isn’t specifically about presenting a frame or reading input.

Structs§

Terminal
A double-buffered terminal generic over a Backend.