module Terminfo:sig
..end
Terminfo 資料庫的基本介面
警告: 此模組不穩定,屬於 compiler-libs 的一部分。
type
status =
| |
未初始化 |
| |
Bad_term |
| |
Good_term |
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