From: H.G. Muller Date: Thu, 5 Jan 2012 14:55:54 +0000 (+0100) Subject: Remove the direct commands to the engines X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=bbd46041782bf402e07e793b0591a8db0500ebd5 Remove the direct commands to the engines --- diff --git a/xboard.c b/xboard.c index dc74e22..559843c 100644 --- a/xboard.c +++ b/xboard.c @@ -1116,11 +1116,7 @@ char globalTranslations[] = :F1: ManProc() \n \ :F2: FlipViewProc() \n \ :Return: TempBackwardProc() \n \ - :Return: TempForwardProc() \n \ - :Ctrl1: AskQuestionProc(\"Direct command\",\ - \"Send to chess program:\",,1) \n \ - :Ctrl2: AskQuestionProc(\"Direct command\",\ - \"Send to second chess program:\",,2) \n"; + :Return: TempForwardProc() \n"; char boardTranslations[] = ": HandleUserMove(0) \n \ diff --git a/xboard.texi b/xboard.texi index 9616cae..96229a4 100644 --- a/xboard.texi +++ b/xboard.texi @@ -1584,10 +1584,6 @@ Shows the current XBoard version number. @table @asis @item Show last move By hitting @kbd{Enter} the last move will be re-animated. -@item Send a command directly to the chess engine -Using @kbd{Ctrl+1} a popup window will prompt you for a command that -will be send directly to the first chess engines. @kbd{Ctrl+2} does the -same for a second chess engine, if present. @item Load Next Game @cindex Load Next Game, Menu Item Loads the next game from the last game record file you loaded.