mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
Revert "terminate links with ST instead of BEL"
This reverts commit a2af168eb4.
Reason: Konsole has a bug that triggers when using \e\ instead of \a.
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ function print_prompt() {
|
||||
function href() {
|
||||
local url=${${1//\%/%%}//\\/\\\\}
|
||||
if (( _p9k_term_has_href )); then
|
||||
print -r -- '%{\e]8;;'$url'\e\\%}'$url'%{\e]8;;\e\\%}'
|
||||
print -r -- '%{\e]8;;'$url'\a%}'$url'%{\e]8;;\a%}'
|
||||
else
|
||||
print -r -- $url
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user