Libraries
»
termplot
(0.2.0)
»
Index (C)
»
Termplot
»
ControlChars
Module: Termplot::ControlChars
Included in:
Termplot::Cursors::BufferedConsoleCursor
,
Termplot::Cursors::ConsoleCursor
Defined in:
lib/termplot/control_chars.rb
Constant Summary
collapse
CR =
"
\r
"
NEWLINE =
"
\n
"
UP =
"
\e[A
"
DOWN =
"
\e[B
"
FORWARD =
"
\e\[C
"
BACK =
"
\e\[D
"