TerminalState class

Constructors

TerminalState(int width, int height)

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Vec2
no setter
width int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(Renderer renderer) → void
Uses the given renderer to redraw every character in the terminal that has changed since the last render call
setChar(int x, int y, Char char) → void
Requests that the character at position x, y gets represented as char during the next render call
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited