UltraRogue: fix the arrow keys.
The startup sequence now calls keypad() to turn on curses recognition of special keys.
This commit is contained in:
parent
8eebfc0c85
commit
ee3408932f
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ main(int argc, char *argv[])
|
|||
cw = newwin(LINES, COLS, 0, 0);
|
||||
mw = newwin(LINES, COLS, 0, 0);
|
||||
hw = newwin(LINES, COLS, 0, 0);
|
||||
keypad(cw, TRUE);
|
||||
|
||||
if (use_savedir) {
|
||||
if (!restore(file_name))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue