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 ed05f00 commit feaf0a9Copy full SHA for feaf0a9
Formatter/OutputFormatterStyle.php
@@ -187,7 +187,7 @@ public function apply($text)
187
$unsetCodes = [];
188
189
if (null === $this->handlesHrefGracefully) {
190
- $this->handlesHrefGracefully = 'JetBrains-JediTerm' !== getenv('TERMINAL_EMULATOR');
+ $this->handlesHrefGracefully = 'JetBrains-JediTerm' !== getenv('TERMINAL_EMULATOR') && !getenv('KONSOLE_VERSION');
191
}
192
193
if (null !== $this->foreground) {
0 commit comments