terminalLines 属性

int terminalLines

终端的行数。

如果没有终端连接到stdout,会抛出StdoutException。更多详情请参见hasTerminal

实现

int get terminalLines => _terminalLines(_fd);