summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/newt-frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/newt-frontend.c')
-rw-r--r--mdk-stage1/newt-frontend.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdk-stage1/newt-frontend.c b/mdk-stage1/newt-frontend.c
index b3a858f27..e0bc7c5ce 100644
--- a/mdk-stage1/newt-frontend.c
+++ b/mdk-stage1/newt-frontend.c
@@ -37,6 +37,8 @@
void init_frontend(char * welcome_msg)
{
+ int i;
+ for (i=0; i<38; i++) printf("\n");
newtInit();
newtCls();