Bug 72585 - Underlined characters render slowly
Summary: Underlined characters render slowly
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.3 Beta
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-13 23:55 UTC by Morten Hustveit
Modified: 2004-01-14 10:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch fixing the problem described in the bug (1.04 KB, patch)
2004-01-14 00:27 UTC, Morten Hustveit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Morten Hustveit 2004-01-13 23:55:03 UTC
Version:           1.3 Beta (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.2 
OS:          Linux

If you run

for ((a=0;a<$(($LINES*$COLUMNS/2));++a)); do echo -ne '\033[04m-\033[00m-'; done

in a Bash shell in a Konsole session, the result will render slowly.  I have created a patch for this, which I will add after I've opened the bug.
Comment 1 Morten Hustveit 2004-01-14 00:27:07 UTC
Created attachment 4153 [details]
Patch fixing the problem described in the bug
Comment 2 Thiago Macieira 2004-01-14 05:29:10 UTC
I don't experience any more slowdown than non-underlined.
Comment 3 Waldo Bastian 2004-01-14 10:43:26 UTC
Can't reproduce the slowdown, but the patch is correct and I assume the clipping can indeed be slow. Will commit.