Clean up the options screen a little bit by shortening it by one line

in the vertical axis.
This commit is contained in:
Jordan K. Hubbard 1996-03-24 12:06:13 +00:00
parent 057b98d13f
commit a258bd3f12
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14786
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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