Skip to content

Commit be460aa

Browse files
committed
fix: No longer append newline in term.hyperlink
1 parent 22c8ee1 commit be460aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/src/public/bash-term.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,5 +259,5 @@ term.hyperlink() {
259259
local text="$1"
260260
local url="$2"
261261

262-
printf -v REPLY '\e]8;;%s\e\\%s\e]8;;\e\\\n' "$url" "$text"
262+
printf -v REPLY '\e]8;;%s\e\\%s\e]8;;\e\\' "$url" "$text"
263263
}

0 commit comments

Comments
 (0)