Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst Fix display glitch when suspending and...



details:   https://anonhg.NetBSD.org/src/rev/a4af1739bfa1
branches:  trunk
changeset: 480759:a4af1739bfa1
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Jan 19 08:46:26 2000 +0000

description:
Fix display glitch when suspending and resuming.

diffstat:

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

diffs (18 lines):

diff -r cfa1b64ec500 -r a4af1739bfa1 distrib/utils/sysinst/run.c
--- a/distrib/utils/sysinst/run.c       Wed Jan 19 08:36:30 2000 +0000
+++ b/distrib/utils/sysinst/run.c       Wed Jan 19 08:46:26 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: run.c,v 1.26 2000/01/13 18:52:21 mycroft Exp $ */
+/*     $NetBSD: run.c,v 1.27 2000/01/19 08:46:26 mycroft Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -462,7 +462,7 @@
                            " status window.\n");
                        exit(1);
                }
-               boxwin = subwin(stdscr, win.ws_row - 3, win.ws_col, 3, 0);
+               boxwin = subwin(stdscr, 1, win.ws_col, 3, 0);
                if (boxwin == NULL) {
                        fprintf(stderr, "sysinst: failed to allocate"
                            " status box.\n");



Home | Main Index | Thread Index | Old Index