From feccae0b748d424beff5fa19e7fc50403e7ef31b Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sun, 8 Jun 2003 18:45:23 +0000 Subject: [PATCH] config file samples Make config file samples behave as they always have --- sys/share/NetHack.cnf | 4 +++- sys/winnt/defaults.nh | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sys/share/NetHack.cnf b/sys/share/NetHack.cnf index 0bb022da4..acfb31ba1 100644 --- a/sys/share/NetHack.cnf +++ b/sys/share/NetHack.cnf @@ -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 diff --git a/sys/winnt/defaults.nh b/sys/winnt/defaults.nh index 3151e368e..348b11fa4 100644 --- a/sys/winnt/defaults.nh +++ b/sys/winnt/defaults.nh @@ -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 -- 2.50.1