blob: b30d8cdfaa1849cab6071c17f3a7f017b4c974f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
NAME
libterminput - A terminal input parsing library
DESCRIPTION
libterminput is a small library that parses input from the
terminal. libterminput does not use terminfo, but recognises
common sequences.
libterminput provides the following functions:
libterminput_read(3)
Read and parse input from the terminal.
libterminput_set_flags(3)
Add input parsing flags.
libterminput_clear_flags(3)
Remove input parsing flags.
|