The number of lines (rows) in the terminal.
Returns a default value if terminal is not available.
@override int get terminalLines { _calls.add('output.terminalLines'); return 24; }