ANSI-stripped lines from view, useful for stable assertions.
List<String> get lines => view.split('\n').map(Layout.stripAnsi).toList();