Hi devs,

When I select a text and the last character is a " " (i.e. a space) it 
is not copied to the clipboard. When a printable character is behind it, 
then it's copied to the clipboard, but if a newline follows, the space 
is not copied, newline is! This is very annoying if one needs an *exact* 
copy of the selected text (which is something I use all the time!).

In hex:

7468 6973 2069 7320 6120 7465 7374 20
copies across only
7468 6973 2069 7320 6120 7465 7374

and
7468 6973 2069 7320 6120 7465 7374 200a
copies across
7468 6973 2069 7320 6120 7465 7374 0a

which is very unwanted usage!!! (20 is space and 0a is cr and the rest 
of the string says without the quotes "this is a test").

I'm using the latest SVN version of mrxvt.

Hope you can fix this! Keep up the great program!

Cheers,

Eduard

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Materm-devel mailing list
Materm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/materm-devel
mrxvt home page: http://materm.sourceforge.net

Reply via email to