Version: 2.0 (using KDE Devel) Installed from: Compiled sources Compiler: gcc version 4.2.2 (Gentoo 4.2.2 p1.0) OS: Linux I am using Konsole version 2.0 from the kde 4.0.0 tag in the SVN. I noticed this issue when I was copying text from konsole for help in IRC. The first line of the text would get corrupted by information that is in later lines of text. This only happens with the first newline, so if a command gives more than one line of text, it's fine for the other lines. I would highlight the text and then right-click to select copy. Simple example: # ls -l /proc/21660/exe 8:50 /proc/2 lrwxrwxrwx 1 jon users 0 2008-01-05 08:50 /proc/21660/exe - gt; /usr/kde/svn/lib/kde4/libexec/klauncher It cuts off at the width of the terminal, I think. That is why it ends with a single 2. Thanks.
On the second line of that example, the browser or something added in those big tabs. Everything lined up fine in the text box, like the 8:50 in the first line, lined up with the second line.
Created attachment 22849 [details] patch This is happening because of incorrect detection of characters to be copied as `selected'.
Fixed by SVN commit #757710. Thanks for the patch Dimitriy.
I can confirm that it works. I no longer have the weirdness going on in my copied text. Thanks for the quick responses and fix. Cheers all.