X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxhistory.c;h=6aa79f265ab835a36151745bc5cfc4a53fa238f0;hb=HEAD;hp=8b6adb12bebe9f9bd6044ca63a1ccb99161cd491;hpb=1c03d229073e56dda9e5856db5adaae51576a3bb;p=xboard.git diff --git a/xaw/xhistory.c b/xaw/xhistory.c index 8b6adb1..6aa79f2 100644 --- a/xaw/xhistory.c +++ b/xaw/xhistory.c @@ -1,7 +1,7 @@ /* * New (WinBoard-style) Move history for XBoard * - * Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. + * Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -99,7 +99,7 @@ ScrollToCursor (Option *opt, int caretPos) char *historyText; char historyTranslations[] = ": select-start() \n \ -: extend-end() SelectMove() \n"; +: extend-end(PRIMARY) SelectMove() \n"; void SelectMoveX (Widget w, XEvent * event, String * params, Cardinal * nParams)