enum
TermBuf::Editor::Outcome
Overview
What handling a key came to.
Defined in:
termbuf/widgets/editor.crEnum Members
-
Continue =
0 -
Nothing that concerns the caller.
-
Accepted =
1 -
The line was accepted;
#acceptedhas it. -
Cancelled =
2 -
The line was abandoned.
-
Ended =
3 -
There is no more input coming.
Instance Method Summary
-
#accepted?
Returns
trueif this enum value equalsAccepted -
#cancelled?
Returns
trueif this enum value equalsCancelled -
#continue?
Returns
trueif this enum value equalsContinue -
#ended?
Returns
trueif this enum value equalsEnded