[Konsole-devel] Review Request: Delete code removing space on end of line

Kurt Hindenburg kurt.hindenburg at gmail.com
Fri Mar 20 03:19:09 UTC 2009


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/295/
-----------------------------------------------------------

(Updated 2009-03-19 20:19:09.377896)


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
-----

  trunk/KDE/kdebase/apps/konsole/src/Screen.cpp 941444 

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