Make descriptions stand-out a bit more.

This commit is contained in:
Jordan K. Hubbard 1995-10-06 08:47:40 +00:00
parent 794f293d9d
commit 2139a13026
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11258
2 changed files with 8 additions and 2 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.2 1995/10/04 10:34:04 jkh Exp $
* $Id: options.c,v 1.3 1995/10/04 12:08:21 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -218,9 +218,12 @@ optionsEditor(char *str)
}
clrtoeol();
}
standout();
mvaddstr(OPT_END_ROW + 3, 0, Options[currOpt].desc);
standend();
clrtoeol();
move(0, 14);
/* Start the edit loop */
key = toupper(getch());
switch (key) {

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.2 1995/10/04 10:34:04 jkh Exp $
* $Id: options.c,v 1.3 1995/10/04 12:08:21 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -218,9 +218,12 @@ optionsEditor(char *str)
}
clrtoeol();
}
standout();
mvaddstr(OPT_END_ROW + 3, 0, Options[currOpt].desc);
standend();
clrtoeol();
move(0, 14);
/* Start the edit loop */
key = toupper(getch());
switch (key) {