enum

Tea::CursorStyle

Inherits Enum < Comparable < Value < Object

CursorStyle defines the cursor appearance

Constants

Block = 0
BlockBlinking = 1
Underline = 2
UnderlineBlinking = 3
Bar = 4
BarBlinking = 5

Instance methods

bar?

Returns true if this enum value equals Bar

Source
bar_blinking?

Returns true if this enum value equals BarBlinking

Source
block?

Returns true if this enum value equals Block

Source
block_blinking?

Returns true if this enum value equals BlockBlinking

Source
underline?

Returns true if this enum value equals Underline

Source
underline_blinking?

Returns true if this enum value equals UnderlineBlinking

Source