Bug 147432 - Konsole 3.91.0 ignores underline escape sequence
Summary: Konsole 3.91.0 ignores underline escape sequence
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-01 22:36 UTC by Kevin Kofler
Modified: 2007-07-03 11:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Kofler 2007-07-01 22:36:22 UTC
Version:           1.9 (KDE 3.91.0) (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc-c++-4.1.2-12 (Fedora 7)
OS:                Linux

(Using the 3.91.0 packages for Fedora straight out of the kde-redhat project's build system.)

Konsole from KDE 3.91.0 doesn't underline text when using the "underline" xterm escape sequence. This is a regression from KDE 3.5.7.

Testcase:
echo -e '\e[4mHelp me\e[24m'

Expected result (and the one I get with KDE 3.5.7):
"Help me" is underlined.

Actual result (in KDE 3.90.1's Konsole):
"Help me" is not underlined.
Comment 1 Kevin Kofler 2007-07-01 22:37:55 UTC
(That "3.90.1" at the end should have been "3.91.0" too.)
Comment 2 Robert Knight 2007-07-02 18:17:51 UTC
Fixed by commit #682279

* Re-implement support for underlined text in new drawing code.

Will close bug report when bugs.kde.org becomes more responsive.

On 1 Jul 2007 20:36:23 -0000, Kevin Kofler <kevin.kofler@chello.at> wrote:
[bugs.kde.org quoted mail]
Comment 3 Robert Knight 2007-07-03 11:42:43 UTC
Fixed by commit #682279.