summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-06-06 12:21:15 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-06-06 12:21:15 +0000
commit34d8b1c22cc0d288796027ff2412c3268b2d4f8f (patch)
tree51c2ae5318a01f29e6076a50cbfdf16def65f272
parent93517153eb20e6d3ab14ac88653b2d269d22cdf0 (diff)
downloaddrakx-backup-do-not-use-34d8b1c22cc0d288796027ff2412c3268b2d4f8f.tar
drakx-backup-do-not-use-34d8b1c22cc0d288796027ff2412c3268b2d4f8f.tar.gz
drakx-backup-do-not-use-34d8b1c22cc0d288796027ff2412c3268b2d4f8f.tar.bz2
drakx-backup-do-not-use-34d8b1c22cc0d288796027ff2412c3268b2d4f8f.tar.xz
drakx-backup-do-not-use-34d8b1c22cc0d288796027ff2412c3268b2d4f8f.zip
refresh newt when newt comes up, so if dialogues delay to appear we're not with a blank screen
-rw-r--r--mdk-stage1/newt-frontend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/newt-frontend.c b/mdk-stage1/newt-frontend.c
index 44d012018..c9f498260 100644
--- a/mdk-stage1/newt-frontend.c
+++ b/mdk-stage1/newt-frontend.c
@@ -43,6 +43,7 @@ void init_frontend(char * welcome_msg)
newtDrawRootText(0, 0, welcome_msg);
newtPushHelpLine(" <Alt-F1> for here, <Alt-F3> to see the logs, <Alt-F4> for kernel msg");
+ newtRefresh();
}