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 22c8ee1 commit be460aaCopy full SHA for be460aa
pkg/src/public/bash-term.sh
@@ -259,5 +259,5 @@ term.hyperlink() {
259
local text="$1"
260
local url="$2"
261
262
- printf -v REPLY '\e]8;;%s\e\\%s\e]8;;\e\\\n' "$url" "$text"
+ printf -v REPLY '\e]8;;%s\e\\%s\e]8;;\e\\' "$url" "$text"
263
}
0 commit comments