Fix force mode after setboard
[bonanza.git] / readme.txt
index 91ac240..631a415 100644 (file)
@@ -368,9 +368,10 @@ directory to dump log files.
 
 - analyze
     Starts to ponder on the current position, until a command is
-    received. After a 'move' or 'undo' command pondering will continue
-    in the new position. To get out of this mode without side effects,
-    you can use the 'exit' command.
+    received. After a 'move', 'undo' command pondering will continue
+    in the new position, while 'excdude', 'include' and 'mpv' will
+    continue analysis of the same position in the new mode. To get out
+    of this mode without side effects, you can use the 'exit' command.
 
 - beep on
 - beep off
@@ -438,6 +439,13 @@ directory to dump log files.
     becomes effective when DFPN_CLIENT macro is defined in the
     Makefile.
 
+- exclude ['str']
+- include ['str']
+    The move 'str' will be excluded from search in the current
+    position, or included again. The list of excluded move will
+    be cleared as soon as we alter the position by the move, undo,
+    or new command.
+
 - display ['num']
     This command prints the shogi board. If you want to flip the
     board, set 'num' to 2. If not, set it to 1.