enum

Tput::Namespace::CursorShape

Inherits Enum / Comparable / Value / Object

Constants

Block = 0
Box = 0
Underline = 2
Underscore = 2
HLine = 2
HBar = 2
Line = 4
VLine = 4
VBar = 4
None = 0
All = 6

Instance methods

block?

Returns true if this enum value contains Block

Source
box?

Returns true if this enum value contains Box

Source
h_bar?

Returns true if this enum value contains HBar

Source
h_line?

Returns true if this enum value contains HLine

Source
line?

Returns true if this enum value contains Line

Source
none?
Source
underline?

Returns true if this enum value contains Underline

Source
underscore?

Returns true if this enum value contains Underscore

Source
v_bar?

Returns true if this enum value contains VBar

Source
v_line?

Returns true if this enum value contains VLine

Source