Configure -inc as volatile option in XBoard
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 29 Nov 2010 16:48:48 +0000 (17:48 +0100)
committerArun Persaud <arun@nubati.net>
Fri, 3 Dec 2010 07:14:24 +0000 (23:14 -0800)
XBoard users are not used to options being persistent, and thus have
many scripts assuming the timeIncrement is -1 when they don't specify it
on the command line, and want to specify -mps. But a persistent -inc of
0 fom a preious session would then force their -mps to zero, causing
big-time confusion.

xboard.conf

index d41339a..e2ae0ea 100644 (file)
@@ -65,4 +65,8 @@
 -saveSettingsOnExit true
 -saveSettingsFile "~/.xboardrc"
 -settingsFile "~/.xboardrc"
+;
+; Turn -inc into a volatile option, to prevent a persistent increment >= 0 dominating a command-line -mps
+;
+-inc -1