class ChalkBox::Base

Defined in:

chalk_box/base.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(buffer : Array(Array(String)) = [] of Buffer, enable : Bool | ChalkBox::Supports = Supports.new) #

[View source]

Instance Method Detail

def bgBlack #

def bgBlack(*args) #

def bgBlue #

def bgBlue(*args) #

def bgCyan #

def bgCyan(*args) #

def bgDarkGray #

def bgDarkGray(*args) #

def bgDarkGrey #

def bgDarkGrey(*args) #

def bgGray #

def bgGray(*args) #

def bgGreen #

def bgGreen(*args) #

def bgGrey #

def bgGrey(*args) #

def bgLightBlue #

def bgLightBlue(*args) #

def bgLightCyan #

def bgLightCyan(*args) #

def bgLightGray #

def bgLightGray(*args) #

def bgLightGreen #

def bgLightGreen(*args) #

def bgLightGrey #

def bgLightGrey(*args) #

def bgLightMagenta #

def bgLightMagenta(*args) #

def bgLightRed #

def bgLightRed(*args) #

def bgLightYellow #

def bgLightYellow(*args) #

def bgMagenta #

def bgMagenta(*args) #

def bgRed #

def bgRed(*args) #

def bgWhite #

def bgWhite(*args) #

def bgYellow #

def bgYellow(*args) #

def black #

def black(*args) #

def blink #

def blink(*args) #

def blue #

def blue(*args) #

def bold #

def bold(*args) #

def bright #

def bright(*args) #

def cyan #

def cyan(*args) #

def dark_gray #

def dark_gray(*args) #

def dark_grey #

def dark_grey(*args) #

def dim #

def dim(*args) #

def gray #

def gray(*args) #

def green #

def green(*args) #

def grey #

def grey(*args) #

def hidden #

def hidden(*args) #

def light_blue #

def light_blue(*args) #

def light_cyan #

def light_cyan(*args) #

def light_gray #

def light_gray(*args) #

def light_green #

def light_green(*args) #

def light_grey #

def light_grey(*args) #

def light_magenta #

def light_magenta(*args) #

def light_red #

def light_red(*args) #

def light_yellow #

def light_yellow(*args) #

def magenta #

def magenta(*args) #

def red #

def red(*args) #

def reset #

[View source]
def reset(*args) #

[View source]
def reverse #

def reverse(*args) #

def styles #

[View source]
def underline #

def underline(*args) #

def white #

def white(*args) #

def yellow #

def yellow(*args) #