enum

Tput::Namespace::CursorStyle

Inherits Enum / Comparable / Value / Object

CSI Ps SP q Set cursor style (DECSCUSR, VT520). Ps = 0 -> blinking block. Ps = 1 -> blinking block (default). Ps = 2 -> steady block. Ps = 3 -> blinking underline. Ps = 4 -> steady underline. And 5 and 6?

Constants

BlinkingBlock = 1
BlinkingBox = 1
SteadyBlock = 2
SteadyBox = 2
BlinkingUnderline = 3
BlinkingUnderscore = 3
BlinkingHLine = 3
BlinkingHBar = 3
SteadyUnderline = 4
SteadyUnderscore = 4
SteadyHLine = 4
SteadyHBar = 4
BlinkingLine = 5
BlinkingVLine = 5
BlinkingVBar = 5
SteadyLine = 6
SteadyVLine = 6
SteadyVBar = 6

Instance methods

blinking_block?

Returns true if this enum value equals BlinkingBlock

Source
blinking_box?

Returns true if this enum value equals BlinkingBox

Source
blinking_h_bar?

Returns true if this enum value equals BlinkingHBar

Source
blinking_h_line?

Returns true if this enum value equals BlinkingHLine

Source
blinking_line?

Returns true if this enum value equals BlinkingLine

Source
blinking_underline?

Returns true if this enum value equals BlinkingUnderline

Source
blinking_underscore?

Returns true if this enum value equals BlinkingUnderscore

Source
blinking_v_bar?

Returns true if this enum value equals BlinkingVBar

Source
blinking_v_line?

Returns true if this enum value equals BlinkingVLine

Source
steady_block?

Returns true if this enum value equals SteadyBlock

Source
steady_box?

Returns true if this enum value equals SteadyBox

Source
steady_h_bar?

Returns true if this enum value equals SteadyHBar

Source
steady_h_line?

Returns true if this enum value equals SteadyHLine

Source
steady_line?

Returns true if this enum value equals SteadyLine

Source
steady_underline?

Returns true if this enum value equals SteadyUnderline

Source
steady_underscore?

Returns true if this enum value equals SteadyUnderscore

Source
steady_v_bar?

Returns true if this enum value equals SteadyVBar

Source
steady_v_line?

Returns true if this enum value equals SteadyVLine

Source