terminus.Key
See theKey companion object
Represents a key press. The information is split between the key code and any modifiers that were pressed. We only interpret modifiers if the terminal passes that information to us. So, for example, 'A' is not represented as Shift + 'a' as the terminal does not send that information.
The majority of special keys (up as arrow keys and function keys) as defined as constants on the companion object.
Attributes
Members list
In this article