1Terminfo(3) OCaml library Terminfo(3)
2
3
4
6 Terminfo - Basic interface to the terminfo database
7
9 Module Terminfo
10
12 Module Terminfo
13 : sig end
14
15
16 Basic interface to the terminfo database
17
18 Warning: this module is unstable and part of Compiler_libs .
19
20
21
22
23
24 type status =
25 | Uninitialised
26 | Bad_term
27 | Good_term
28
29
30
31
32
33 val setup : out_channel -> status
34
35
36
37
38 val num_lines : out_channel -> int
39
40
41
42
43 val backup : out_channel -> int -> unit
44
45
46
47
48 val standout : out_channel -> bool -> unit
49
50
51
52
53 val resume : out_channel -> int -> unit
54
55
56
57
58
59
60OCamldoc 2022-02-04 Terminfo(3)