https://bugs.kde.org/show_bug.cgi?id=432376

--- Comment #5 from Carlos Alves <cbc.al...@gmail.com> ---
Understanding how highlight selection is: the display array is not the same as
the "memory" (screen+history vectors) it is a copy with window lines size of
the scroll position you are in "memory". After copy information to the array,
it will invert the color of your selection in this copy, your selection color
is not saved in the "memory".

Ex.: Suppose you have 1030 lines "memory" and a windows with 30 lines, your
scroll is in 0 the display array have 30 lines and copy from 0 to 29. 
If your scroll is in 31, the display array have 30 lines and copy from 31 to
60.

How is it possible to keep the highlight? I don't know, my guess is your
konsole window image is not being updated the way it should somehow.
Unfortunately I don't know yet how to reproduce the bug. But I'll keep trying.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to