enum

Tput::Namespace::WhiteSpaceMode

Inherits Enum / Comparable / Value / Object

Constants

WhiteSpaceNormal = 0
WhiteSpacePre = 1
WhiteSpaceNoWrap = 2
WhiteSpaceModeUndefined = -1

Instance methods

white_space_mode_undefined?

Returns true if this enum value equals WhiteSpaceModeUndefined

Source
white_space_no_wrap?

Returns true if this enum value equals WhiteSpaceNoWrap

Source
white_space_normal?

Returns true if this enum value equals WhiteSpaceNormal

Source
white_space_pre?

Returns true if this enum value equals WhiteSpacePre

Source