Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst actually use all of the action window ...



details:   https://anonhg.NetBSD.org/src/rev/c3f449295a73
branches:  trunk
changeset: 473904:c3f449295a73
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon Jun 21 02:55:27 1999 +0000

description:
actually use all of the action window for command output

diffstat:

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

diffs (27 lines):

diff -r f6c84812c498 -r c3f449295a73 distrib/utils/sysinst/run.c
--- a/distrib/utils/sysinst/run.c       Mon Jun 21 02:47:41 1999 +0000
+++ b/distrib/utils/sysinst/run.c       Mon Jun 21 02:55:27 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: run.c,v 1.19 1999/06/21 02:47:41 cgd Exp $     */
+/*     $NetBSD: run.c,v 1.20 1999/06/21 02:55:27 cgd Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -443,7 +443,7 @@
                            " status box.\n");
                        exit(1);
                }
-               actionwin = subwin(statuswin, win.ws_row - 5, win.ws_col - 3,
+               actionwin = subwin(statuswin, win.ws_row - 5, win.ws_col - 2,
                   4, 1);
                if (actionwin == NULL) {
                        fprintf(stderr, "sysinst: failed to allocate"
@@ -452,7 +452,7 @@
                }
                scrollok(actionwin, TRUE);
 
-               win.ws_col -= 3;
+               win.ws_col -= 2;
                win.ws_row -= 5;
 
                wclear(statuswin);



Home | Main Index | Thread Index | Old Index