From a bug report:  fix a typo for mouse
position handling in set_button_values().  I have no way to test this,
nor can I tell whether it could have ever impacted anyone.  The old code
clearly had a mistake and the fix is obvious.
This commit is contained in:
nethack.rankin
2005-11-13 05:55:32 +00:00
parent c2e8fb61b8
commit 179e30b2fe
2 changed files with 4 additions and 2 deletions

View File

@@ -167,6 +167,8 @@ unix: remove use of parentheses in nethack man page usage that confused a
winCE: disable processing of double-click messages if the first click
causes map to scroll
X11: ensure vertical scrollbar shows up in text display windows
X11: fix typo in mouse click sanity check; result might have pointed to
spurious location after window resizing
General New Features