lines property
lines of the buffer. the length of lines should always be equal or greater than Terminal.viewHeight.
Implementation
late final CircularList<BufferLine> lines;
lines of the buffer. the length of lines should always be equal or greater than Terminal.viewHeight.
late final CircularList<BufferLine> lines;