class TextUi::Terminal
- TextUi::Terminal
- Reference
- Object
Defined in:
textui/terminal.crConstant Summary
-
EVENT_KEY =
1
-
EVENT_MOUSE =
3
-
EVENT_RESIZE =
2
Class Method Summary
- .change_cell(x : Int32, y : Int32, chr : Char, format : Format)
- .clear
- .height
- .init(color_mode) : Void
- .peek_event(event : Pointer(Event), timeout : Int32) : Bool
- .poll_event(event : Pointer(Event)) : Nil
- .present
- .set_cursor(x, y)
- .shutdown
- .width