enum
TermBuf::ResponseScanner::Kind
Overview
What a chunk of bytes looks like, which is all that can be told from the
bytes alone. Whether an escape sequence is a reply the application asked
for or an arrow key someone pressed is not visible here: both are
Sequence, and ResponseRegistry is what tells them apart.
Defined in:
termbuf/caps/response_scanner.crEnum Members
-
Sequence =
0 -
A complete escape sequence.
-
Text =
1 -
Ordinary characters.
Instance Method Summary
-
#sequence?
Returns
trueif this enum value equalsSequence -
#text?
Returns
trueif this enum value equalsText