Skip to content

Commit

Permalink
fix(just): make Urllink remove formating at the end of hyperlink (#228)
Browse files Browse the repository at this point in the history
this is to avoid having to pass ${n} along with the text for usability
  • Loading branch information
HikariKnight authored May 1, 2024
1 parent 64339fd commit f6058b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ublue-os-just/lib-ujust/libformatting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ function Urllink (){
TEXT=$2

# Generate a clickable hyperlink
printf "\e]8;;%s\e\\%s\e]8;;\e\\" "$URL" "$TEXT"
printf "\e]8;;%s\e\\%s\e]8;;\e\\" "$URL" "$TEXT${n}"
}

0 comments on commit f6058b6

Please sign in to comment.