]> granicus.if.org Git - nethack/commitdiff
Win32GUI: increase scroll_margin
authorPasi Kallinen <paxed@alt.org>
Sun, 8 Oct 2017 15:56:07 +0000 (18:56 +0300)
committerPasi Kallinen <paxed@alt.org>
Sun, 8 Oct 2017 15:56:10 +0000 (18:56 +0300)
Scrolling when 5 tiles from the edge is far too little,
you could get zapped from farther away.

sys/winnt/defaults.nh

index 8edd4ce6e589be807a9343648bf7714c77ec749d..079ef04002554c0a922033f64f942c5791baaf27 100644 (file)
@@ -98,7 +98,7 @@ OPTIONS=suppress_alert:3.3.1
 # possible map_mode options include: tiles|ascii4x6|ascii6x8|ascii8x8|ascii16x8|
 #                                    ascii7x12|ascii8x12|ascii16x12|ascii12x16|
 #                                    ascii10x18|fit_to_screen
-OPTIONS=map_mode:tiles,scroll_margin:5
+OPTIONS=map_mode:tiles,scroll_margin:10
 
 # Message window settings
 OPTIONS=font_message:Arial,font_size_message:9,align_message:top