class

Ori::Screen

Inherits Reference < Object

Constructors

new(w : Int32 = 80, h : Int32 = 24)
Source

Instance methods

back
Source
clear
Source
flush(io : IO) : Nil
Source
pop_clip
Source
push_clip(x : Int32, y : Int32, w : Int32, h : Int32) : Nil
Source
put(x : Int32, y : Int32, char : Char, fg : String | Nil = nil, bg : String | Nil = nil, bold = false, dim = false) : Nil
Source
resize(w : Int32, h : Int32) : Nil
Source
write(x : Int32, y : Int32, text : String, fg : String | Nil = nil, bg : String | Nil = nil, bold = false, dim = false) : Nil
Source

Nested types