X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxengineoutput.c;h=fb2b565b653ed617057089c547bbf47e7e192557;hb=cf736a0286ed40b6e671e77fd080812edd75f80b;hp=78269b870e7cfc62b1eb61a963e82c40f4c778ae;hpb=e6f4f8fdada1a701e4be2e4807920dbcad697fb1;p=xboard.git diff --git a/xaw/xengineoutput.c b/xaw/xengineoutput.c index 78269b8..fb2b565 100644 --- a/xaw/xengineoutput.c +++ b/xaw/xengineoutput.c @@ -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. * * ------------------------------------------------------------------------ * @@ -97,7 +97,7 @@ extern char *getenv(); /* Module variables */ -static int currentPV, highTextStart[2], highTextEnd[2]; +static int currentPV; static Pixmap icons[8]; // [HGM] this front-end array translates back-end icon indicator to handle static Widget memoWidget; @@ -165,8 +165,8 @@ InsertIntoMemo (int which, char * text, int where) char memoTranslations[] = ":Ctrlc: CopyMemoProc() \n \ : HandlePV() \n \ -Shift: select-start() extend-end() SelectPV(1) \n \ -Any: select-start() extend-end() SelectPV(0) \n \ +Shift: select-start() extend-end(PRIMARY) SelectPV(1) \n \ +Any: select-start() extend-end(PRIMARY) SelectPV(0) \n \ : StopPV() \n"; void @@ -283,4 +283,3 @@ ResizeWindowControls (int mode) XtSetValues(form2, args, j); } } -