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