Bug 147432

Summary: Konsole 3.91.0 ignores underline escape sequence
Product: [Applications] konsole Reporter: Kevin Kofler <kevin.kofler>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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.