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 c8e37f6 commit 3a5f8b0Copy full SHA for 3a5f8b0
Formatter/OutputFormatterStyle.php
@@ -166,7 +166,8 @@ public function apply($text)
166
$unsetCodes = [];
167
168
if (null === $this->handlesHrefGracefully) {
169
- $this->handlesHrefGracefully = 'JetBrains-JediTerm' !== getenv('TERMINAL_EMULATOR') && !getenv('KONSOLE_VERSION');
+ $this->handlesHrefGracefully = 'JetBrains-JediTerm' !== getenv('TERMINAL_EMULATOR')
170
+ && (!getenv('KONSOLE_VERSION') || (int) getenv('KONSOLE_VERSION') > 201100);
171
}
172
173
if (null !== $this->foreground) {
0 commit comments