enum

Tput::Namespace::TextFlag

Inherits Enum / Comparable / Value / Object

Constants

TextSingleLine = 256
TextDontClip = 512
TextExpandTabs = 1024
TextShowMnemonic = 2048
TextWordWrap = 4096
TextWrapAnywhere = 8192
TextDontPrint = 16384
TextIncludeTrailingSpaces = 134217728
TextHideMnemonic = 32768
TextJustificationForced = 65536
TextForceLeftToRight = 131072
TextForceRightToLeft = 262144
TextLongestVariant = 524288

Ensures that the longest variant is always used when computing the size of a multi-variant string.

Instance methods

text_dont_clip?

Returns true if this enum value equals TextDontClip

Source
text_dont_print?

Returns true if this enum value equals TextDontPrint

Source
text_expand_tabs?

Returns true if this enum value equals TextExpandTabs

Source
text_force_left_to_right?

Returns true if this enum value equals TextForceLeftToRight

Source
text_force_right_to_left?

Returns true if this enum value equals TextForceRightToLeft

Source
text_hide_mnemonic?

Returns true if this enum value equals TextHideMnemonic

Source
text_include_trailing_spaces?

Returns true if this enum value equals TextIncludeTrailingSpaces

Source
text_justification_forced?

Returns true if this enum value equals TextJustificationForced

Source
text_longest_variant?

Returns true if this enum value equals TextLongestVariant

Source
text_show_mnemonic?

Returns true if this enum value equals TextShowMnemonic

Source
text_single_line?

Returns true if this enum value equals TextSingleLine

Source
text_word_wrap?

Returns true if this enum value equals TextWordWrap

Source
text_wrap_anywhere?

Returns true if this enum value equals TextWrapAnywhere

Source