Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst nuke extra spaces around logging menu ...



details:   https://anonhg.NetBSD.org/src/rev/b327045ecbbb
branches:  trunk
changeset: 473893:b327045ecbbb
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sun Jun 20 20:26:42 1999 +0000

description:
nuke extra spaces around logging menu title, allow the menu to be
automatically horizontally centered.

diffstat:

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

diffs (20 lines):

diff -r 21effe4df3b2 -r b327045ecbbb distrib/utils/sysinst/run.c
--- a/distrib/utils/sysinst/run.c       Sun Jun 20 20:21:03 1999 +0000
+++ b/distrib/utils/sysinst/run.c       Sun Jun 20 20:26:42 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: run.c,v 1.16 1999/06/20 06:08:15 cgd Exp $     */
+/*     $NetBSD: run.c,v 1.17 1999/06/20 20:26:42 cgd Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -91,8 +91,8 @@
 {
        int menu_no;
 
-       menu_no = new_menu (" Logging Functions ", logmenu, 2, 13, 12,
-               0, 55, MC_SCROLL, NULL, NULL, "Pick an option to turn on or off.\n");
+       menu_no = new_menu ("Logging Functions", logmenu, 2, -1, 12,
+               0, 20, MC_SCROLL, NULL, NULL, "Pick an option to turn on or off.\n");
 
        if (menu_no < 0) {
                (void)fprintf(stderr, "Dynamic menu creation failed.\n");



Home | Main Index | Thread Index | Old Index