Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/utils/sysinst Pull up revision 1.28 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/34acae086b54
branches:  netbsd-1-6
changeset: 528994:34acae086b54
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Aug 10 00:18:35 2002 +0000

description:
Pull up revision 1.28 (requested by lukem):
refresh screen before processing menus.

diffstat:

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

diffs (20 lines):

diff -r 2d2633c9c287 -r 34acae086b54 distrib/utils/sysinst/main.c
--- a/distrib/utils/sysinst/main.c      Sat Aug 10 00:10:21 2002 +0000
+++ b/distrib/utils/sysinst/main.c      Sat Aug 10 00:18:35 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.26.2.1 2002/06/06 09:58:26 lukem Exp $      */
+/*     $NetBSD: main.c,v 1.26.2.2 2002/08/10 00:18:35 lukem 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