[Konsole-devel] [konsole] [Bug 330214] Wrong rendering at the end of line when drawing colored whitespaces
Kurt V. Hindenburg
kurt.hindenburg at gmail.com
Sun Feb 9 14:16:26 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=330214
--- Comment #4 from Kurt V. Hindenburg <kurt.hindenburg at gmail.com> ---
I think this will work
+ // Append space(s) with current attributes
+ Character spaceWithCurrentAttrs(' ', _effectiveForeground,
_effectiveBackground,
+ _effectiveRendition, false);
+
+ for (int i = 0; i < n; i++)
+ _screenLines[_cuY].append(spaceWithCurrentAttrs);
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list