This patch solves this bug: <a href="https://bugs.freedesktop.org/show_bug.cgi?id=47907">https://bugs.freedesktop.org/show_bug.cgi?id=47907</a><br><br>The text was flickering because Window::Invalidate() clears the client area by default. To prevent this, I've added an INVALIDATE_NOERASE parameter to Invalidate() calls.<br>
On the other hand, the background still needed to be erased outside the text: the indentation space and the rest of the line.<br><br>(Note: both svtools and basctl must be rebuilt.)<br><br>Regards,<br>Uray M. János<br><br>