os/Terminal

class Attr
extends:Object
static method newAttr
method init
resetInt
brightInt
dimInt
underInt
reverseInt
hiddenInt
class Color
extends:Object
static method newColor
method init
blackInt
redInt
greenInt
yellowInt
blueInt
magentaInt
cyanInt
greyInt
whiteInt
class Terminal
extends:Object
static method newTerminal
method init
static method setColor(f, b: Int)
Set foreground and background color
static method setFgColor(c: Int)
Set foreground color
static method setBgColor(c: Int)
Set background color
static method setAttr(att: Int)
Set text attribute
static method reset
Reset the terminal colors and attributes

This Page