summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgonzo <gonzo@toniatuh.com>2023-06-09 22:20:14 +0200
committergonzo <gonzo@toniatuh.com>2023-06-09 22:20:14 +0200
commit9a83b5232b1a1d99170bf292cdab2ae94619753b (patch)
tree9b0dbfc99b698221f9f1b8510414113800ac1bb9
parent959eb72d8271d64a8e64bcbb08a2b1d117607e6c (diff)
downloadloan_calc-9a83b5232b1a1d99170bf292cdab2ae94619753b.tar.gz
sorted error in transition from form to table
-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;