enum

Term2::Components::Cursor::Mode

Inherits Enum < Comparable < Value < Object

Constants

Blink = 0
Static = 1
Hide = 2

Instance methods

hide?

Returns true if this enum value equals Hide

Source
static?

Returns true if this enum value equals Static

Source