[Konsole-devel] [PATCH] Get rid of excessive repaints when resizing a konsole part

Andreas Kling kling at impul.se
Sat Jul 1 14:52:00 UTC 2006


Greetings, gentle folks.

When resizing a konsole part, there is a lot of flickering, especially
noticeable with text in the terminal. This is because the TEWidget is
cleared with the background color before each repaint.

I hacked up a patch to make it use the WNoAutoErase QWidget flag and
just draw the necessary parts once, and I've been running it for a while
without problems.

So the time has come for you guys to take a look. Please see the
included diff against konsole (3.5 branch) in SVN.

Best regards,
Andreas Kling
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: konsolepart-resize-flickering.diff
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20060701/67078c93/attachment.ksh>


More information about the konsole-devel mailing list