|
System.Console.Terminfo.Keys | Portability | portable (FFI) | Stability | experimental | Maintainer | judah.jacobson@gmail.com |
|
|
|
|
|
Description |
The string capabilities in this module are the character sequences
corresponding to user input such as arrow keys and function keys.
|
|
Synopsis |
|
|
|
|
The keypad
|
|
The following commands
turn the keypad on/off (smkx and rmkx).
They have no effect if those capabilities are not defined.
For portability between terminals, the keypad should be
explicitly turned on before accepting user key input.
|
|
|
|
|
|
Arrow keys
|
|
|
|
|
|
|
|
|
|
Miscellaneous
|
|
|
Look up the control sequence for a given function sequence. For example,
functionKey 12 retrieves the kf12 capability.
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.0 |