srogue: add arrow-key support.

This is a first attempt which may not be completely portable.
This commit is contained in:
John "Elwin" Edwards 2013-08-10 17:43:58 -07:00
parent 2d117230ed
commit 4aa582dfb6
4 changed files with 660 additions and 9 deletions

View file

@ -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 */