here's the offending code in clipread (gui-osx/screen.c):

                while (*s) {
                    if (*s == '\r') *s = '\n';
                    s++;
                }

i don't know the reason this is in there, but if you remove this and
recompile you can test whether anything breaks for us :)

On Dec 28, 2007 12:45 PM, Gregory Pavelcak <[EMAIL PROTECTED]> wrote:
> Let's try again, although you may have guessed.
>
> On my native Mac OS X drawterm, when I snarf a <CR>, subsequent pastes
> seem to insert a newline.
>
> On osx-x11 drawterm, <CR> gets pasted.
>
>

Reply via email to