summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index c596fed..992225c 100644
--- a/main.c
+++ b/main.c
@@ -90,10 +90,10 @@ int main() {
unpost_form(form);
formactive = FALSE;
curs_set(0);
- refresh();
box(stdscr, 0, 0);
run_sim(form);
padscroll = 0;
+ refresh();
prefresh(pad, padscroll, 0, 4, 1, HEIGHT-2, WIDTH-1);
}
break;