From a258bd3f12ab096b338878f9e891e90ad5673e71 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 24 Mar 1996 12:06:13 +0000 Subject: [PATCH] Clean up the options screen a little bit by shortening it by one line in the vertical axis. --- release/sysinstall/options.c | 4 ++-- usr.sbin/sysinstall/options.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c index c4e9a8426c78..219e3d70966e 100644 --- a/release/sysinstall/options.c +++ b/release/sysinstall/options.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: options.c,v 1.29 1996/03/21 09:30:12 jkh Exp $ + * $Id: options.c,v 1.30 1996/03/23 07:21:30 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -145,7 +145,7 @@ static Option Options[] = { }; #define OPT_START_ROW 4 -#define OPT_END_ROW 20 +#define OPT_END_ROW 19 #define OPT_NAME_COL 0 #define OPT_VALUE_COL 16 #define GROUP_OFFSET 40 diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c index c4e9a8426c78..219e3d70966e 100644 --- a/usr.sbin/sysinstall/options.c +++ b/usr.sbin/sysinstall/options.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: options.c,v 1.29 1996/03/21 09:30:12 jkh Exp $ + * $Id: options.c,v 1.30 1996/03/23 07:21:30 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -145,7 +145,7 @@ static Option Options[] = { }; #define OPT_START_ROW 4 -#define OPT_END_ROW 20 +#define OPT_END_ROW 19 #define OPT_NAME_COL 0 #define OPT_VALUE_COL 16 #define GROUP_OFFSET 40