aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoni <toni@devlap.local>2014-12-24 03:55:03 +0100
committertoni <toni@devlap.local>2014-12-24 03:55:03 +0100
commit6020a1e4f9dd35a8077ccd0c8170c7d33e661035 (patch)
tree86958fa618d1be8989ec7c45149ccd665d5d5408
parent7653a81207250f8758433cde49b270e5e6cd19e6 (diff)
added newline after clearscreen
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 92a83b0..b5f7f0e 100644
--- a/ui.c
+++ b/ui.c
@@ -175,7 +175,7 @@ free_ui(void)
delwin(wnd_main);
endwin();
clear();
- printf(" \033[2J");
+ printf(" \033[2J\n");
}
int