class Term::Reader::Console
- Term::Reader::Console
- Reference
- Object
Defined in:
reader/console.crConstant Summary
-
CSI =
"\e["
-
ESC =
'\e'
-
TIMEOUT =
100.milliseconds
Constructors
Instance Method Summary
- #escape_codes : Tuple(Array(UInt8), Array(UInt8))
- #get_char(raw : Bool, echo : Bool, nonblock : Bool) : Char | Nil
- #keys : Hash(String, String)