srogue: add arrow-key support.
This is a first attempt which may not be completely portable.
This commit is contained in:
parent
2d117230ed
commit
4aa582dfb6
4 changed files with 660 additions and 9 deletions
|
|
@ -235,6 +235,7 @@ char **envp;
|
|||
cw = newwin(0, 0, 0, 0);
|
||||
mw = newwin(0, 0, 0, 0);
|
||||
hw = newwin(0, 0, 0, 0);
|
||||
keypad(cw, 1);
|
||||
waswizard = wizard;
|
||||
|
||||
/* Draw current level */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue