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, foreground, background)
- .clear
- .height
- .init(color_mode) : Void
- .poll_event(event : Pointer(Event))
- .present
- .set_cursor(x, y)
- .shutdown
- .width