From 862a4ff1b7361e593e1cd2e8891fe7a1484ddf07 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 13 Aug 2002 00:48:14 +0000 Subject: [PATCH] win32 defaults.nh changes --- sys/winnt/defaults.nh | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/sys/winnt/defaults.nh b/sys/winnt/defaults.nh index 0b437d34b..ff1ea859c 100644 --- a/sys/winnt/defaults.nh +++ b/sys/winnt/defaults.nh @@ -31,10 +31,18 @@ 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,rest_on_space +OPTIONS=time,noshowexp,number_pad,lit_corridor # # If you want to get rid of "use #quit to quit..." use: -#OPTIONS=suppress_alert:3.3.1 +OPTIONS=suppress_alert:3.3.1 +# +# Note: the rest_on_space in the next line may not be +# appropriate for a beginning NetHack player, since +# it could result in use of a turn unintentionally. +# If you're new to NetHack, comment it out. It is +# being left in to keep the sample config file the +# same as it was in past releases. +OPTIONS=rest_on_space # # Set some options to control graphical window-port (these will # be safely and silently ignored by the tty port) @@ -55,7 +63,7 @@ OPTIONS=font_menu:Arial,font_size_menu:9 OPTIONS=font_text:Courier New,font_size_text:9 # Status window settings -OPTIONS=font_status:Courier New,font_size_status:10 +OPTIONS=font_status:Courier New,font_size_status:9 # Other OPTIONS=hilite_pet,!toptenwin -- 2.40.0