enum
TermBuf::Ops::EraseMode
Overview
How far an erase reaches from the cursor.
Defined in:
termbuf/core/op.crEnum Members
-
ToEnd =
0 -
From the cursor to the end of the line.
-
ToStart =
1 -
From the start of the line to the cursor.
-
All =
2 -
The whole line.
Instance Method Summary
-
#all?
Returns
trueif this enum value equalsAll -
#to_end?
Returns
trueif this enum value equalsToEnd -
#to_start?
Returns
trueif this enum value equalsToStart