class LxChess::Terminal
- LxChess::Terminal
- Reference
- Object
Defined in:
lx_chess/terminal.crConstant Summary
-
TIOCGWINSZ =
1074295912
-
ttycom.h : _IOR('t', 104, struct winsize) ioccom.h : #define _IOC(inout, group, num, len)
(inout | ((len & IOCPARM_MASK) << 16) | ((group) << 8) | (num))TODO : Figure out how to define this dynamically per system
Constructors
Class Method Summary
Instance Method Summary
- #clear
- #clear_scroll
-
#move(x : Int, y : Int)
Move cursor to line, column
-
#trunc
Delete the rest of the line from cursor pos