Completed
Push — master ( 2e789b...0960c9 )
by Pierre
03:22
created
src/App/Component/Console/Terminal.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.