[Konsole-devel] [Bug 90201] copy / paste removes whitespace if it is the last character of wrapping line

Vedran Sego vsego at math.hr
Sat Feb 21 19:04:28 UTC 2009


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


Vedran Sego <vsego at math.hr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vsego at math.hr




--- Comment #11 from Vedran Sego <vsego math hr>  2009-02-21 20:04:26 ---
The only problem I can think of is what will happen in the last line, if
selected with triple-click (i.e. if the whole line is selected)? Keeping
additional spaces would be very bad.

This all worked nicely in the last days of KDE 3 (at least on Fedoras up to
version 8), so - if possible - that part of code should be reused from there.

Btw, I test it with this bash code:
n=141; while [ $n -gt 2 ]; do echo -n "x"; let n=$n-1; done; echo "  xxxx"
(n is the with of the konsole window measured in characters).

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list