onLineEvicted property

void Function(BufferLine line)? onLineEvicted
final

Called after a line is dropped from the front of lines because scrollback overflowed.

Implementation

final void Function(BufferLine line)? onLineEvicted;