OutputBuffer constructor

OutputBuffer(
  1. Terminal terminal
)

Creates an OutputBuffer for the given terminal and initializes the grid.

Implementation

OutputBuffer(this.terminal) {
  resize();
}