changed font in engine output window
[xboard.git] / xboard.texi
index 07c569f..f31500e 100644 (file)
@@ -1299,11 +1299,11 @@ Negative values could increase the engine priority, which is not recommended.
 @itemx -secondOptions string
 @cindex firstOptions, option
 @cindex secondOptions, option
-The given string is a comma-separated list of (option name, option value) pairs, 
-like the following example: “style=Karpov,blunder rate=0”. 
+The given string is a comma-separated list of (option name=option value) pairs, 
+like the following example: "style=Karpov,blunder rate=0". 
 If the options announced by the engine at startup through the feature commands of WinBoard protocol 
-matches one of the option names (i.e. “style” or “blunder rate”), 
-it would be set to the given value (i.e. “Karpov” or 0) 
+matches one of the option names (i.e. "style" or "blunder rate"), 
+it would be set to the given value (i.e. "Karpov" or 0) 
 through a corresponding option command to the engine. 
 This provided that the type of the value (text or numeric) matches as well.
 @item -firstNeedsNoncompliantFEN string
@@ -1314,11 +1314,11 @@ The castling rights and e.p. fields of the FEN sent to the mentioned engine
 with the setboard command will be replaced by the given string. This can for 
 instance be used to run engines that do not understand Chess960 FENs in 
 variant fischerandom, to make them at least understand the opening position, 
-through setting the string to “KQkq -”. (Note you also have to give the e.p. field!) 
+through setting the string to "KQkq -". (Note you also have to give the e.p. field!) 
 Other possible applications are to provide work-arounds for engines that want to see 
 castling and e.p. fields in variants that do not have castling or e.p. 
 (shatranj, courier, xiangqi, shogi) so that WinBoard would normally omit them 
-(string = “- -“), or to add variant-specific fields that are not yet supported by WinBoard 
+(string = "- -"), or to add variant-specific fields that are not yet supported by WinBoard 
 (e.g. to indicate the number of checks in 3check).
 @end table
 
@@ -1558,8 +1558,12 @@ Sets the Get Move List menu option.  @xref{Options Menu}.  Default: true.
 Sets the ICS Alarm menu option.  @xref{Options Menu}. Default: true.
 @item -icsAlarmTime ms
 @cindex icsAlarmTime, option
-Sets the time in milliseconds for the ICS Alarm menu option. 
+Sets the time in milliseconds for the ICS Alarm menu option.
 @xref{Options Menu}. Default: 5000.
+@item lowTimeWarning true/false
+@cindex lowTimeWarning, option
+Controls a color change of the board as a warning your time is running out.
+@xref{Options Menu}. Default: false.
 @item -pre/-xpre \fRor\fB -premove true/false
 @cindex pre, option
 @cindex premove, option
@@ -2037,12 +2041,14 @@ sets, see @ref{zic2xpm} below.
 @itemx -lightSquareColor color
 @itemx -darkSquareColor color
 @itemx -highlightSquareColor color
+@itemx -lowTimeWarningColor color
 @cindex Colors
 @cindex whitePieceColor, option
 @cindex blackPieceColor, option
 @cindex lightSquareColor, option
 @cindex darkSquareColor, option
 @cindex highlightSquareColor, option
+@cindex lowTimeWarningColor, option
 Colors to use for the pieces, squares, and square highlights.
 Defaults:
 
@@ -2053,6 +2059,7 @@ Defaults:
 -darkSquareColor       #77A26D
 -highlightSquareColor  #FFFF00
 -premoveHighlightColor #FF0000
+-lowTimeWarningColor   #FF0000
 @end example
 
 On a grayscale monitor you might prefer:
@@ -2064,6 +2071,7 @@ On a grayscale monitor you might prefer:
 -darkSquareColor       gray60
 -highlightSquareColor  gray100
 -premoveHighlightColor gray70
+-lowTimeWarningColor   gray70
 @end example
 @item -drag/-xdrag or -animateDragging true/false
 @cindex drag, option