[Konsole-devel] [Bug 181988] copy and paste introduces spaces at the end of the pasted line

Richard Bos richard.bos at xs4all.nl
Wed Jan 28 22:39:05 UTC 2009


http://bugs.kde.org/show_bug.cgi?id=181988





--- Comment #3 from Richard Bos <richard bos xs4all nl>  2009-01-28 23:38:47 ---
The problem seems to happen for the lines that scroll into the buffer
(the ones that disappear out of sight on top of konsole).

So if you execute the following 1-liner:
N=0; while [[ $N -lt 30 ]]; do echo $N; N=$((N+1)); done
and your konsole is only 24 lines high, about the first 6 lines (0-5) will
have spaces added....

Below the result of the above command, with the lines copied and where I
replaced the spaces with a "." and the EOL with ___:
0........................................................................................................................____
1........................................................................................................................____
2........................................................................................................................____
3........................................................................................................................____
4........................................................................................................................____
5........................................................................................................................____
6........................................................................................................................____
7____
8____
9____
10____
11____
12____
13____

To be clear: no needs to copy the lines with the mouse and have it paste e.g.
into a file.


-- 
Configure bugmail: http://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