Launchpad has imported 4 comments from the remote bug at
https://bugzilla.suse.com/show_bug.cgi?id=1105624.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2018-08-22T12:19:33+00:00 Kbabioch-b wrote:

Created attachment 780410
Screenshot of messed up terminal

While using curl I've stumbled upon a bug, which messes up my terminal.
The end result is that the characters are bold and double underlined
(see attached screenshot for details). This stays even after the
invocation of curl, so I have to actively reset the terminal after
invoking curl.

I have the following version of curl installed:

kbabioch@aquarius:~> rpm -qi curl
Name        : curl
Version     : 7.61.0

It has something to do with "styled-output", i.e. it works fine with the
option "no-styled-output".

stracing this, shows the following:

kbabioch@aquarius:~> strace -e write -s 120 curl -I registry.opensuse.org
write(1, "HTTP/1.1 301 Moved Permanently\r\n", 32HTTP/1.1 301 Moved Permanently
) = 32
write(1, "\33[1mContent-length\33[21m: 0\r\n", 28Content-length: 0
) = 28
write(1, "\33[1mLocation\33[21m: https://registry.opensuse.org/\r\n";, 
51Location: https://registry.opensuse.org/
) = 51
write(1, "\r\n", 2
)                     = 2
+++ exited with 0 +++

I'm using GNOME's terminal:

kbabioch@aquarius:~> rpm -qi gnome-terminal
Name        : gnome-terminal
Version     : 3.28.2

Reply at:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1810471/comments/0

------------------------------------------------------------------------
On 2018-08-22T12:24:34+00:00 Matthias-gerstner wrote:

This seems to be the upstream fix:

https://github.com/curl/curl/commit/a82372e0fb3aa3ce9ab27687c4d4a738a6ec9064

Reply at:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1810471/comments/1

------------------------------------------------------------------------
On 2018-08-22T12:35:19+00:00 Kbabioch-b wrote:

This fixes the problem, I've prepared a submission:
https://build.opensuse.org/request/show/630909

Reply at:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1810471/comments/2

------------------------------------------------------------------------
On 2018-08-22T14:07:45+00:00 Vcizek-l wrote:

Another problem that fixed itself :-)
Thanks for the report and the submission.

Closing, as the bug affects Tumbleweed only.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1810471/comments/3


** Changed in: curl (openSUSE)
       Status: Unknown => Fix Released

** Changed in: curl (openSUSE)
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810471

Title:
  Styled-output incorrectly uses double-underline attribute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1810471/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to