This is cron-daily v1-Jan-20-2020. guidebook updated: doc/Guidebook.txt

This commit is contained in:
nhw_cron
2020-07-02 20:15:49 -04:00
committed by nhmall
parent e762429151
commit 26dcf68df8
+5 -5
View File
@@ -5318,9 +5318,10 @@
3.6); 3.6);
pattern - the pattern to match; pattern - the pattern to match;
sound file - the sound file to play; sound file - the sound file to play;
volume - the volume to be set while playing the sound file. volume - the volume to be set while playing the sound
vt_sounddata- optional - the index corresponding to a sound
file; file;
sound index - optional; the index corresponding to a sound
file.
The pattern should be a POSIX extended regular expression. The pattern should be a POSIX extended regular expression.
@@ -5337,7 +5338,6 @@
For example, the following line in your configuration file For example, the following line in your configuration file
will cause the hitpoints field to display in the color red if will cause the hitpoints field to display in the color red if
your hitpoints drop to or below a threshold of 30%:
NetHack 3.7 July 2, 2020 NetHack 3.7 July 2, 2020
@@ -5350,6 +5350,8 @@
your hitpoints drop to or below a threshold of 30%:
OPTION=hilite_status:hitpoints/<=30%/red/normal OPTION=hilite_status:hitpoints/<=30%/red/normal
(That example is actually specifying red&normal for <=30% and no- (That example is actually specifying red&normal for <=30% and no-
@@ -5404,8 +5406,6 @@
ally displayed depending upon your other option settings. ally displayed depending upon your other option settings.
NetHack 3.7 July 2, 2020 NetHack 3.7 July 2, 2020