Update xboard.cpp - remove command
authorRick <rick@burlingame.xyz>
Wed, 5 Oct 2022 21:25:53 +0000 (14:25 -0700)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sat, 8 Oct 2022 10:42:20 +0000 (12:42 +0200)
commite5a2577c931ffc99c955a1b02ca0091ad19f8a8d
treecb06c6d2c849ecf4681e16272cb972c112a20b40
parent93946154fae3a54aa2bbb1a37a05f98d96db8208
Update xboard.cpp - remove command

Adding remove command xboard sends with CTRL+X, only sent when player's turn, go back two moves to players previous turn. Allows player to go back and try different moves without engine stopping like undo, see https://www.gnu.org/software/xboard/engine-intf.html#8 for differences between undo and remove.
src/xboard.cpp