summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/options.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-08 08:01:52 +0000
committerjkh <jkh@FreeBSD.org>1996-06-08 08:01:52 +0000
commit4faf24f33e1ea5ab44e5804d20fecc5b3beb0a71 (patch)
tree7ea92166828acff9270784a01b0651a0a884717f /usr.sbin/sysinstall/options.c
parent88fea1c3af7f34d83d24cfa5e8f36b317b77d5bf (diff)
downloadFreeBSD-src-4faf24f33e1ea5ab44e5804d20fecc5b3beb0a71.zip
FreeBSD-src-4faf24f33e1ea5ab44e5804d20fecc5b3beb0a71.tar.gz
Put back some changes I inadvertantly spammed with a cvs update.
Diffstat (limited to 'usr.sbin/sysinstall/options.c')
-rw-r--r--usr.sbin/sysinstall/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c
index bcfbda3..df6743c 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.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);
OpenPOWER on IntegriCloud