diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-08 08:01:52 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-08 08:01:52 +0000 |
| commit | bb707f6d7e5a5f3b5f733a04a6247303c2715b65 (patch) | |
| tree | 7ea92166828acff9270784a01b0651a0a884717f /release/sysinstall/options.c | |
| parent | 58fa43d11fa5260936fd7f54da0a7d22f33530bb (diff) | |
Put back some changes I inadvertantly spammed with a cvs update.
Notes
svn path=/head/; revision=16204
Diffstat (limited to 'release/sysinstall/options.c')
| -rw-r--r-- | release/sysinstall/options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c index bcfbda38f100..df6743c7238e 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.35 1996/04/25 17:31:25 jkh Exp $ + * $Id: options.c,v 1.36 1996/05/09 09:42:17 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(item_selected_attr); + attrset(tag_attr); mvprintw(optrow++, OPT_VALUE_COL + optcol, value_of(Options[i])); if (currOpt == i) attrset(A_NORMAL); |
