Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst refresh screen before processing menus.



details:   https://anonhg.NetBSD.org/src/rev/f6a6f5e088dd
branches:  trunk
changeset: 534464:f6a6f5e088dd
user:      grant <grant%NetBSD.org@localhost>
date:      Sat Jul 27 10:02:50 2002 +0000

description:
refresh screen before processing menus.

diffstat:

 distrib/utils/sysinst/main.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 7d1530f56df8 -r f6a6f5e088dd distrib/utils/sysinst/main.c
--- a/distrib/utils/sysinst/main.c      Sat Jul 27 10:02:05 2002 +0000
+++ b/distrib/utils/sysinst/main.c      Sat Jul 27 10:02:50 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.27 2002/06/06 09:53:22 lukem Exp $  */
+/*     $NetBSD: main.c,v 1.28 2002/07/27 10:02:50 grant Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -149,6 +149,10 @@
        (void)signal(SIGQUIT, ttysighandler);
        (void)signal(SIGHUP, miscsighandler);
 
+       /* redraw screen */
+       touchwin(stdscr);
+       refresh();
+
        /* Menu processing */
        process_menu(MENU_netbsd);
        



Home | Main Index | Thread Index | Old Index