viewLines property

List<String> get viewLines

Returns the visible (ANSI-stripped) lines of the last rendered view.

Implementation

List<String> get viewLines => _lastView.split('\n');