- Subject: Re: mouse copy/paste for xterm.c
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Tue, 9 May 2006 12:19:57 -0400
Jacob (=Jouk) Jansen <joukj@xxxxxxxxxxxxxxxxxxxx> wrote:
>is there a pecial reason why the patch I send in some weeks ago is only half
>applied. In order to use my mouse to do copy/paste in the X11 style from a
>xjed-window to an xjed-window on my OpenVMS machine, I have to apply the
>patch below.
I did not notice the second part of the patch.  Are you able to
produce unified diffs?  I find those much more readable.  For example
the diff for the patch I just checked-in looks like this
--- xterm.c	(revision 27)
+++ xterm.c	(working copy)
@@ -2938,7 +2938,7 @@
 	     style = XTextStyle;
 #endif
 	  }
-	else if (target == Text_Atom)
+	else if ((target == Text_Atom) || (target == XA_STRING))
 	  style = XTextStyle;
 	else
 	  {
Such diffs can be produced by GNU diff via `diff -u`.
Thanks,
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
  [2006 date index]
  [2006 thread index]
  
  [Thread Prev] [Thread Next]
      
  [Date Prev] [Date Next]