diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-06-06 12:21:15 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-06-06 12:21:15 +0000 |
commit | 34d8b1c22cc0d288796027ff2412c3268b2d4f8f (patch) | |
tree | 51c2ae5318a01f29e6076a50cbfdf16def65f272 /mdk-stage1 | |
parent | 93517153eb20e6d3ab14ac88653b2d269d22cdf0 (diff) | |
download | drakx-34d8b1c22cc0d288796027ff2412c3268b2d4f8f.tar drakx-34d8b1c22cc0d288796027ff2412c3268b2d4f8f.tar.gz drakx-34d8b1c22cc0d288796027ff2412c3268b2d4f8f.tar.bz2 drakx-34d8b1c22cc0d288796027ff2412c3268b2d4f8f.tar.xz drakx-34d8b1c22cc0d288796027ff2412c3268b2d4f8f.zip |
refresh newt when newt comes up, so if dialogues delay to appear we're not with a blank screen
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/newt-frontend.c | 1 |
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(); } |