CRT::Ansi::Capabilities
Constructors
new(color_support : ColorSupport = ColorSupport::ANSI256, hyperlinks : Bool = true, cursor_addressing : Bool = true, bold : Bool = true, dim : Bool = true, italic : Bool = true, underline : Bool = true, blink : Bool = true, inverse : Bool = true, strikethrough : Bool = true, osc_terminator : OscTerminator = OscTerminator::ST)
SourceInstance methods
ansi16?
Sourceansi256?
Sourceblink
Sourcebold
Sourcecolor?
Sourcecolor_support
Sourcecopy_with(color_support : ColorSupport = @color_support, hyperlinks : Bool = @hyperlinks, cursor_addressing : Bool = @cursor_addressing, bold : Bool = @bold, dim : Bool = @dim, italic : Bool = @italic, underline : Bool = @underline, blink : Bool = @blink, inverse : Bool = @inverse, strikethrough : Bool = @strikethrough, osc_terminator : OscTerminator = @osc_terminator) : self
Sourcecursor_addressing
Sourcedim
Sourcehyperlinks
Sourceinverse
Sourceitalic
Sourceosc_terminator
Sourcestrikethrough
Sourcetruecolor?
Sourceunderline
Source