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 78f25bc commit 15489d2Copy full SHA for 15489d2
DeprecationErrorHandler.php
@@ -231,7 +231,8 @@ private static function hasColorSupport()
231
&& sapi_windows_vt100_support(STDOUT))
232
|| false !== getenv('ANSICON')
233
|| 'ON' === getenv('ConEmuANSI')
234
- || 'xterm' === getenv('TERM');
+ || 'xterm' === getenv('TERM')
235
+ || 'Hyper' === getenv('TERM_PROGRAM');
236
}
237
238
if (function_exists('stream_isatty')) {
0 commit comments