There was an error while loading. Please reload this page.
1 parent 41fa970 commit 6eea24aCopy full SHA for 6eea24a
src/TableFormatter.php
@@ -39,7 +39,7 @@ public function __construct(Colors $colors = null)
39
$width = @exec('tput cols');
40
}
41
if ($width) {
42
- $this->max = $width;
+ $this->max = $width - 1;
43
44
45
if ($colors) {
0 commit comments