Tui::ANSI
ANSI escape code generation
Constants
CSI = "\e["
ESC = "\e"
Class methods
blink
Sourcebold
Sourceclear_line
Sourceclear_to_end
Sourcedim
Sourcedisable_bracketed_paste
Sourcedisable_mouse
Sourcehome
Sourceitalic
Sourceleave_alt_screen
Sourcereverse
Sourceshow_cursor
Sourcestrikethrough
Sourcestyle(fg : Int32 | Nil = nil, bg : Int32 | Nil = nil, bold : Bool = false, dim : Bool = false, italic : Bool = false, underline : Bool = false, reverse : Bool = false) : String
Combined style string
underline
Source