X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=engine-intf.html;h=02166eac3156192f31dc75b77504fc6472c67040;hb=84f5fb6b9383e608570b90f6acc12f96d2781979;hp=7228a2bf5a05f4277b835549953b1a99d8784af8;hpb=00ca010d13b5fad3fb5bba9d8c19b42a94bd80b5;p=xboard.git diff --git a/engine-intf.html b/engine-intf.html index 7228a2b..02166ea 100644 --- a/engine-intf.html +++ b/engine-intf.html @@ -418,38 +418,6 @@ user input, you must turn off the prompt and output a newline when the "xboard" command comes in.

-

gui GUI_NAME VERSION.SUBVERSION -
-This is a new feature. The GUI sending after the "xboard" command and before -"protover N" string the command "gui ." -to the engine. The GUI_NAME is a string. VERSION and SUBVERSION is one -character.
-This command will be send always. You don't need to answer because its only -a information for the engine. I recommend that the engine not response. -The idea behind this command is that the engine now know which special feature -support the named GUI.
-To make the GUI string clear the known GUIs will be predefined:
-
-gui arena = send by Arena
-gui chessassistant = send by Chess Assistant
-gui chessbase = send by ChessBase
-gui chessmaster = send by ChessMaster
-gui chesspartner = send by ChessPartner GUI
-gui wb2uci = send by wb2uci adapter
-gui xboard = send by Winboard/Xboard
-
-This list is not completely and will be extend in the future.
-
-Example:
-Winboard / Xboard send:
-xboard\n
-gui xboard 4.2\n
-protover 2\n
-
-

- - -

protover N
Beginning in protocol version 2 (in which N=2), this command will