wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wget2 | Strange escaping in message "Saving $URL" (#582)


From: Roland Illig (@roland.illig)
Subject: wget2 | Strange escaping in message "Saving $URL" (#582)
Date: Sat, 05 Feb 2022 14:50:25 +0000


Roland Illig created an issue: https://gitlab.com/gnuwget/wget2/-/issues/582



wget.c says:
> `info_printf(_("Saving '\033]8;;file://%s%s\033\\%s\033]8;;\033\\'\n"),`

* The `\\'` at the end looks suspicious, as if the backslash were too much.
* The double semicolons look strange, why would they be needed?
* The semicolons by themselves look strange.

Running the following on mintty on Cygwin produces:

~~~shell
$ printf "Saving '\033]8;;file://%s%s\033\\%s\033]8;;\033\\'\n" host file actual
Saving 'actual
~~~

Is this supposed to be some form of hyperlinking? If so, in which environments 
does this work?

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/issues/582
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]