Assume at least 80char wide terminal, fixes #6351
parent
83798d8090
commit
8b0e615232
|
@ -256,6 +256,8 @@ EOT
|
||||||
}
|
}
|
||||||
if (Platform::isWindows()) {
|
if (Platform::isWindows()) {
|
||||||
$width--;
|
$width--;
|
||||||
|
} else {
|
||||||
|
$width = max(80, $width);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($input->getOption('path') && null === $composer) {
|
if ($input->getOption('path') && null === $composer) {
|
||||||
|
|
Loading…
Reference in New Issue