]> granicus.if.org Git - nethack/commitdiff
config file samples
authornethack.allison <nethack.allison>
Sun, 8 Jun 2003 18:45:23 +0000 (18:45 +0000)
committernethack.allison <nethack.allison>
Sun, 8 Jun 2003 18:45:23 +0000 (18:45 +0000)
Make config file samples behave as they always have

sys/share/NetHack.cnf
sys/winnt/defaults.nh

index 0bb022da4dfc90b80bed3c09194737bb969354dd..acfb31ba1576b6a3eff1ac3551ea6b73a8b1064e 100644 (file)
@@ -55,7 +55,9 @@ OPTIONS=boulder:0
 # General options.  You might also set "silent" so as not to attract
 # the boss's attention.
 #
-OPTIONS=time,noshowexp,number_pad,lit_corridor,rest_on_space
+# number_pad option can have an optional value of 0 (off), 1 (on), 
+# or 2(on,legacy-mode) which causes 5='g', alt-5='G', alt-0='I'
+OPTIONS=time,noshowexp,number_pad:2,lit_corridor,rest_on_space
 #
 # If you want to get rid of "use #quit to quit..." use:
 #OPTIONS=suppress_alert:3.3.1
index 3151e368e0c43c2947d90008f64183b95e1f818e..348b11fa41916df5a0606f20789685735eb81a16 100644 (file)
@@ -40,7 +40,10 @@ OPTIONS=IBMGraphics
 # General options.  You might also set "silent" so as not to attract
 # the boss's attention.
 #
-OPTIONS=time,noshowexp,number_pad,lit_corridor
+# number_pad option can have an optional value of 0 (off), 1 (on), 
+# or 2(on,legacy-mode) which causes 5='g', alt-5='G', alt-0='I'
+OPTIONS=time,noshowexp,number_pad:2,lit_corridor
+
 #
 # If you want to get rid of "use #quit to quit..." use:
 OPTIONS=suppress_alert:3.3.1