class Tilerender::CommandLine

Defined in:

interfaces/command_line.cr

Constant Summary

Clear = "\e[0m"
Reset = "\e[H\e[J\e[3J"

Constructors

Instance Method Summary

Instance methods inherited from class Tilerender::Base

background(x : UInt16, y : UInt16, red : UInt8, green : UInt8, blue : UInt8) : Void
background(x : UInt16, y : UInt16, color : Color) : Void
background
, clear : Void clear, dimensions(width : UInt16, height : UInt16) : Void dimensions, empty(x : UInt16, y : UInt16) : Void empty, flush : Void flush, foreground(x : UInt16, y : UInt16, red : UInt8, green : UInt8, blue : UInt8) : Void
foreground(x : UInt16, y : UInt16, color : Color) : Void
foreground
, hide : Void hide, reset : Void reset, show : Void show, text(message : String) : Void text, visible : Bool visible

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def background(x : UInt16, y : UInt16, red : UInt8, green : UInt8, blue : UInt8) : Void #

[View source]
def background(x : UInt16, y : UInt16, color : Color) : Void #

[View source]
def clear : Void #

[View source]
def dimensions(width : UInt16, height : UInt16) : Void #

[View source]
def empty(x : UInt16, y : UInt16) : Void #

[View source]
def flush : Void #

[View source]
def foreground(x : UInt16, y : UInt16, red : UInt8, green : UInt8, blue : UInt8) : Void #

[View source]
def foreground(x : UInt16, y : UInt16, color : Color) : Void #

[View source]
def height : UInt16 #

[View source]
def reset : Void #

[View source]
def text(message : String) : Void #

[View source]
def width : UInt16 #

[View source]