Returns the visible (ANSI-stripped) lines of the last rendered view.
List<String> get viewLines => _lastView.split('\n');