TermBuf::Input::Sequence
One complete escape sequence, taken apart far enough to be matched against without every pattern having to parse it again.
bytes is what arrived, introducer and terminator included, because that is what an application handed a sequence it wants to interpret itself needs. body is everything after the introducer, terminator included, so that a pattern's head and tail are matched against the one string.
Constructors
Instance methods
body
bytes
clone
Sourcecopy_with(bytes _bytes = @bytes, prefix _prefix = @prefix, body _body = @body, final _final = @final)
Sourcefinal
prefix