模块 Terminfo

module Terminfo: sig .. end

Terminfo 数据库的基本接口

警告:此模块不稳定,属于 compiler-libs 的一部分。


type status = 
| 未初始化
| 错误的终端
| 正确的终端
val setup : out_channel -> status
val num_lines : out_channel -> int
val backup : out_channel -> int -> unit
val standout : out_channel -> bool -> unit
val resume : out_channel -> int -> unit