lines property

CircularList<BufferLine> lines
latefinal

lines of the buffer. the length of lines should always be equal or greater than Terminal.viewHeight.

Implementation

late final CircularList<BufferLine> lines;