diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-08 09:08:51 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-08 09:08:51 +0000 |
| commit | dabbacad121dbaa6c27a08dbd6aeb3bfec44f4ff (patch) | |
| tree | 9c79cadaf8043fe23e3ee5bb76acf09cc334595e /usr.sbin/sysinstall/options.c | |
| parent | 0453d3cbb393fe51c233cd70dc1b520cc0d3ef8c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/options.c')
| -rw-r--r-- | usr.sbin/sysinstall/options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c index df6743c7238e..3c0192854108 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.36 1996/05/09 09:42:17 jkh Exp $ + * $Id: options.c,v 1.37 1996/06/08 08:01:52 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -218,7 +218,7 @@ optionsEditor(dialogMenuItem *self) /* Names are painted somewhat gratuitously each time, but it's easier this way */ mvprintw(optrow, OPT_NAME_COL + optcol, Options[i].name); if (currOpt == i) - attrset(tag_attr); + attrset(ATTR_SELECTED); mvprintw(optrow++, OPT_VALUE_COL + optcol, value_of(Options[i])); if (currOpt == i) attrset(A_NORMAL); |
