[Konsole-devel] Review Request: Delete code removing space on end of line
Kurt Hindenburg
kurt.hindenburg at gmail.com
Sat Mar 14 03:57:04 UTC 2009
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/295/
-----------------------------------------------------------
Review request for Konsole.
Summary
-------
When copying a long wrapping line from a bash prompt and the last character is a whitespace then this whitespace gets removed.
In other words: when the konsole width is set to 80 and the character on column 80 is a whitespace it does not get copied.
Test with:
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).
This addresses bug 90201.
https://bugs.kde.org/show_bug.cgi?id=90201
Diffs
-----
kdebase/apps/konsole/Screen.cpp 938813
Diff: http://reviewboard.kde.org/r/295/diff
Testing
-------
4.2 with a couple of examples.
Thanks,
Kurt
More information about the konsole-devel
mailing list