enum

Tui::Attributes

Inherits Enum / Comparable / Value / Object

Text attributes

Constants

Bold = 1
Dim = 2
Italic = 4
Underline = 8
Blink = 16
Reverse = 32
Strikethrough = 64
None = 0
All = 127

Instance methods

bold?

Returns true if this enum value contains Bold

Source
dim?

Returns true if this enum value contains Dim

Source
italic?

Returns true if this enum value contains Italic

Source
none?
Source
reverse?

Returns true if this enum value contains Reverse

Source
strikethrough?

Returns true if this enum value contains Strikethrough

Source
underline?

Returns true if this enum value contains Underline

Source