@@ -62,7 +62,7 @@ |
||
| 62 | 62 | $matcher = explode(self::_S, self::_S . $ttyDims); |
| 63 | 63 | } else { |
| 64 | 64 | $ttyDims = Process::readFromProcess(self::TTY_DIM_COMMAND_1); |
| 65 | - $ttyDims = 'speed 38400 baud; rows 96; columns 126; line = 0;'; |
|
| 65 | + $ttyDims = 'speed 38400 baud; rows 96; columns 126; line = 0;'; |
|
| 66 | 66 | //var_dump($ttyDims); |
| 67 | 67 | if (preg_match('/(\d+)+;.\w{7}.(\d+)+;/', $ttyDims, $matches)) { |
| 68 | 68 | $matcher = $matches; |