Module: ReadlineNG

Defined in:
lib/readline-ng.rb,
lib/readline-ng/chunked_string.rb

Defined Under Namespace

Classes: ChunkedString, Reader

Constant Summary collapse

VERSION_MAJOR =
0
VERSION_MINOR =
0
VERSION_PATCH =
8
VERSION =
"#{VERSION_MAJOR}.#{VERSION_MINOR}.#{VERSION_PATCH}"
CONTROL_BS =
"\x08"
CONTROL_INT =
"\x03"
CONTROL_LF =
"\x0a"
CONTROL_CR =
"\x0d"
KB_BS =
"\x7F"
KB_CR =
"\x0d"
KB_LEFT =
"\e[C"
KB_RIGHT =
"\e[D"
BLANK =
" "