8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2b115 commit 7ce22f0Copy full SHA for 7ce22f0
src/Symfony/Component/Console/Application.php
@@ -789,6 +789,11 @@ public function renderException($e, $output)
789
}
790
791
792
+ /**
793
+ * Tries to figure out the terminal width in which this application runs
794
+ *
795
+ * @return int|null
796
+ */
797
protected function getTerminalWidth()
798
{
799
if (defined('PHP_WINDOWS_VERSION_BUILD') && $ansicon = getenv('ANSICON')) {
@@ -800,6 +805,11 @@ protected function getTerminalWidth()
800
805
801
806
802
807
808
809
+ * Tries to figure out the terminal height in which this application runs
810
811
812
803
813
protected function getTerminalHeight()
804
814
815
0 commit comments