enum
Tput::Namespace::CursorStyle
Overview
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?
Defined in:
tput/namespace.crEnum Members
-
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 Method Summary
-
#blinking_block?
Returns
trueif this enum value equalsBlinkingBlock -
#blinking_box?
Returns
trueif this enum value equalsBlinkingBox -
#blinking_h_bar?
Returns
trueif this enum value equalsBlinkingHBar -
#blinking_h_line?
Returns
trueif this enum value equalsBlinkingHLine -
#blinking_line?
Returns
trueif this enum value equalsBlinkingLine -
#blinking_underline?
Returns
trueif this enum value equalsBlinkingUnderline -
#blinking_underscore?
Returns
trueif this enum value equalsBlinkingUnderscore -
#blinking_v_bar?
Returns
trueif this enum value equalsBlinkingVBar -
#blinking_v_line?
Returns
trueif this enum value equalsBlinkingVLine -
#steady_block?
Returns
trueif this enum value equalsSteadyBlock -
#steady_box?
Returns
trueif this enum value equalsSteadyBox -
#steady_h_bar?
Returns
trueif this enum value equalsSteadyHBar -
#steady_h_line?
Returns
trueif this enum value equalsSteadyHLine -
#steady_line?
Returns
trueif this enum value equalsSteadyLine -
#steady_underline?
Returns
trueif this enum value equalsSteadyUnderline -
#steady_underscore?
Returns
trueif this enum value equalsSteadyUnderscore -
#steady_v_bar?
Returns
trueif this enum value equalsSteadyVBar -
#steady_v_line?
Returns
trueif this enum value equalsSteadyVLine