TermBuf::Ops::EraseMode
Inherits Enum < Comparable < Value < Object
How far an erase reaches from the cursor.
Constants
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.
Inherits Enum < Comparable < Value < Object
How far an erase reaches from the cursor.
From the cursor to the end of the line.
From the start of the line to the cursor.
The whole line.