CE patch (from <Someone>)

Disable processing of double-click messages if the first click
causes map to scroll. The problem is that if the first click scrolls
the map the second click is going to scroll it even further
(before it is redrawn) which is very confusing for the user.
This commit is contained in:
nethack.allison
2004-05-24 14:21:15 +00:00
parent 1715ce50b9
commit f92ac0c25c
2 changed files with 22 additions and 13 deletions

View File

@@ -32,6 +32,8 @@ Platform- and/or Interface-Specific Fixes
-----------------------------------------
unix: remove use of parentheses in nethack man page usage that confused a
man page conversion tool
winCE: disable processing of double-click messages if the first click
causes map to scroll
General New Features