TerminalState class
Constructors
- TerminalState(int width, int height)
 
Properties
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  render(
Renderer renderer) → void  - 
  Uses the given 
rendererto 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,ygets represented ascharduring the next render call - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited