Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-06-08 14:39:36 -04:00
2 changed files with 8 additions and 1 deletions
+2
View File
@@ -143,6 +143,8 @@ curses_init_nhwindows(int *argcp UNUSED,
#endif
noecho();
raw();
nonl(); /* don't force ^M into newline (^J); input accepts them both
* but as a command, accidental <enter> won't run South */
meta(stdscr, TRUE);
orig_cursor = curs_set(0);
keypad(stdscr, TRUE);