blob: 6004f217b69b839e6046782e483f41c352141916 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
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_init(3)
Configure library for terminal quirks.
libterminput_destroy(3)
Deallocate library configuration resources.
libterminput_read(3)
Read and parse input from the terminal.
libterminput_is_ready(3)
Check if there is read data buffered.
libterminput_set_flags(3)
Add input parsing flags.
libterminput_clear_flags(3)
Remove input parsing flags.
libterminput_marshal_state(3), libterminput_marshal_input(3)
Marshal library state.
libterminput_unmarshal_state(3), libterminput_unmarshal_input(3)
Unmarshal library state.
|