Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst Add wclear()/wupdate() before MSG_make...



details:   https://anonhg.NetBSD.org/src/rev/b12ab5392c11
branches:  trunk
changeset: 471925:b12ab5392c11
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Thu Apr 15 12:25:54 1999 +0000

description:
Add wclear()/wupdate() before MSG_makedev, bits of the previous screen
were left.

diffstat:

 distrib/utils/sysinst/util.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r beb09fe89343 -r b12ab5392c11 distrib/utils/sysinst/util.c
--- a/distrib/utils/sysinst/util.c      Thu Apr 15 12:25:37 1999 +0000
+++ b/distrib/utils/sysinst/util.c      Thu Apr 15 12:25:54 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.38 1999/04/14 12:47:27 bouyer Exp $ */
+/*     $NetBSD: util.c,v 1.39 1999/04/15 12:25:54 bouyer Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -175,6 +175,8 @@
 {
        char *owd;
 
+       wclear(stdscr);
+       wrefresh(stdscr);
        msg_display(MSG_makedev);
        sleep (1);
 



Home | Main Index | Thread Index | Old Index