Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-06-18 21:43:54 -04:00
5 changed files with 47 additions and 49 deletions
+2
View File
@@ -519,6 +519,8 @@ curses_move_cursor(winid wid, int x, int y)
if (wid != MAP_WIN) {
return;
} else {
--x; /* map column [0] isn't used, so shift everything over 1 col */
}
#ifdef PDCURSES
/* PDCurses seems to not handle wmove correctly, so we use move and