diff options
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; |