[][src]Module crosstermion::input

Features related to terminal user input

Enums

Key

A set of possible key presses, equivalent to the one in termion@1.5.5::event::Key

Functions

key_input_channel

Return a receiver of user input events to avoid blocking the main thread.

key_input_stream

Return a stream of key input Events