console'

Function Stack Notes
colors -a Variable; indicates if console exists
esc $- Display a string starting as an escape sequence
at-xy xy- Move cursor to x,y
home - Move cursor to top left corner
black - Set foreground color
onBlack - Set background color
red - Set foreground color
onRed - Set background color
green - Set foreground color
onGreen - Set background color
yellow - Set foreground color
onYellow - Set background color
blue - Set foreground color
onBlue - Set background color
magenta - Set foreground color
onMagenta - Set background color
cyan - Set foreground color
onCyan - Set background color
white - Set foreground color
onWhite - Set background color
normal - Reset colors to default
bold - Set color attribute to bold/bright
dimensions -hw Return height and width of console