@override int get height { try { return stdout.terminalLines; } on StdoutException { return LayoutConstants.defaultTerminalHeight; } }