Cure weirdness when dragging outside of board
[xboard.git] / xaw / xengineoutput.c
index b3b74f1..fb2b565 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright 2005 Alessandro Scotti
  *
- * Enhancements Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+ * Enhancements Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
  *
  * ------------------------------------------------------------------------
  *
@@ -165,8 +165,8 @@ InsertIntoMemo (int which, char * text, int where)
 char memoTranslations[] =
 ":Ctrl<Key>c: CopyMemoProc() \n \
 <Btn3Motion>: HandlePV() \n \
-Shift<Btn3Down>: select-start() extend-end() SelectPV(1) \n \
-Any<Btn3Down>: select-start() extend-end() SelectPV(0) \n \
+Shift<Btn3Down>: select-start() extend-end(PRIMARY) SelectPV(1) \n \
+Any<Btn3Down>: select-start() extend-end(PRIMARY) SelectPV(0) \n \
 <Btn3Up>: StopPV() \n";
 
 void
@@ -283,4 +283,3 @@ ResizeWindowControls (int mode)
        XtSetValues(form2, args, j);
     }
 }
-