1Terminfo(3) OCaml library Terminfo(3)
2
3
4
6 Terminfo - no description
7
9 Module Terminfo
10
12 Module Terminfo
13 : sig end
14
15
16
17
18
19
20
21 type status =
22 | Uninitialised
23 | Bad_term
24 | Good_term
25
26
27
28
29
30 val setup : Pervasives.out_channel -> status
31
32
33
34
35 val num_lines : Pervasives.out_channel -> int
36
37
38
39
40 val backup : Pervasives.out_channel -> int -> unit
41
42
43
44
45 val standout : Pervasives.out_channel -> bool -> unit
46
47
48
49
50 val resume : Pervasives.out_channel -> int -> unit
51
52
53
54
55
56
57OCamldoc 2019-02-02 Terminfo(3)