Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-06-28 18:30:32 -04:00
9 changed files with 103 additions and 39 deletions
+3 -1
View File
@@ -838,8 +838,10 @@ curses_init_options()
#ifdef NCURSES_MOUSE_VERSION
if (iflags.wc_mouse_support) {
mousemask(BUTTON1_CLICKED, NULL);
curses_mouse_support(iflags.wc_mouse_support);
}
#else
iflags.wc_mouse_support = 0;
#endif
}