enum

Terminimal::ClearDirection

Inherits Enum / Comparable / Value / Object

Possible direction from screen and line clearing (relative to cursor pos).

Constants

ToEnd = 0
ToStart = 1
All = 3

Instance methods

all?

Returns true if this enum value equals All

Source
to_end?

Returns true if this enum value equals ToEnd

Source
to_start?

Returns true if this enum value equals ToStart

Source