Module Glt_common.Term_instr

val enable_RAW_mode : unit -> unit
type instr =
| ClearScreen
| ClearLine
| HideCursor
| ShowCursor
| NewLine
| MoveCursorRight
| MoveCursorDown
| MoveCursorTopLeft
| GetCursorPos
| MoveCursorTo of int * int
val apply : Stdlib.Format.formatter -> instr -> unit