terminalLines property
The number of lines of the terminal.
If no terminal is attached to stdout, a StdoutException is thrown. See hasTerminal for more info.
Implementation
int get terminalLines => _terminalLines(_fd);
The number of lines of the terminal.
If no terminal is attached to stdout, a StdoutException is thrown. See hasTerminal for more info.
int get terminalLines => _terminalLines(_fd);