diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2014-06-23 17:04:30 -0400 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2014-06-23 17:04:30 -0400 |
| commit | 7c3ee246fb626ab09b3b05055efdfaf3a00e60e7 (patch) | |
| tree | 231d914a2677fdf8e466c972b62b4d9632698aa9 /joshua.c | |
| parent | 35e1fd6820cd05c180e180d0ec61457a9f31e196 (diff) | |
| download | wargames-server-7c3ee246fb626ab09b3b05055efdfaf3a00e60e7.zip wargames-server-7c3ee246fb626ab09b3b05055efdfaf3a00e60e7.tar.gz wargames-server-7c3ee246fb626ab09b3b05055efdfaf3a00e60e7.tar.bz2 wargames-server-7c3ee246fb626ab09b3b05055efdfaf3a00e60e7.tar.xz | |
Fixed more bugs, added more features :)
Diffstat (limited to 'joshua.c')
| -rw-r--r-- | joshua.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ void be_joshua() start_color(); init_pair(1, COLOR_BLUE, COLOR_BLACK); attron(COLOR_PAIR(1));*/ + scrollok(stdscr, true); bool gamesPhase=false; char buf[33]; int maxx, maxy; |