OutputBuffer constructor

OutputBuffer(
  1. Terminal terminal
)

Implementation

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