enum Tput::Namespace::TextFlag
Defined in:
tput/namespace.crEnum Members
-
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 Method Summary
- #text_dont_clip?
- #text_dont_print?
- #text_expand_tabs?
- #text_force_left_to_right?
- #text_force_right_to_left?
- #text_hide_mnemonic?
- #text_include_trailing_spaces?
- #text_justification_forced?
- #text_longest_variant?
- #text_show_mnemonic?
- #text_single_line?
- #text_word_wrap?
- #text_wrap_anywhere?