[Konsole-devel] Bug#45148: Kludge Patch

Joshua J. Berry condor at condordes.net
Sat Jul 20 22:49:52 UTC 2002


Here's a kludge I came up with after digging around in the source for a little 
bit...it at least gets Konsole started, but then the fonts and sizes get all 
messed up.

This should be applied to kdebase/konsole/konsole/TEScreen.cpp:
879,880c879,881
<   for (i = loca/columns; i<=loce/columns; i++)
<     line_wrapped[i]=false;
---
>   if (columns > 0)
>     for (i = loca/columns; i<=loce/columns; i++)
>       line_wrapped[i]=false;

-- Josh

-----------------------------------------
Joshua J. Berry

"I haven't lost my mind -- it's backed up on tape somewhere."
    -- /usr/games/fortune

NOTE: Please do not submit this email address to any mailing
lists or websites without prior permission.  Thank you.

(Complete bug history is available at http://bugs.kde.org/db/45/45148.html)



More information about the konsole-devel mailing list