aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/sade.h
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-11 09:47:30 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-11 09:47:30 +0000
commit824934f901ec4f34b9292769e47def6f8849178b (patch)
treeef30477299685ec21cd1cd84c332c9152039319c /usr.sbin/sade/sade.h
parentbcb0ff98875adab04615a40cc38319daf33b5a8b (diff)
downloadsrc-824934f901ec4f34b9292769e47def6f8849178b.tar.gz
src-824934f901ec4f34b9292769e47def6f8849178b.zip
A slight error in my logic had me using color text attributes on Hercules
monochrome displays. Whoops! Fix.
Notes
Notes: svn path=/head/; revision=16294
Diffstat (limited to 'usr.sbin/sade/sade.h')
-rw-r--r--usr.sbin/sade/sade.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/sade.h b/usr.sbin/sade/sade.h
index fccc382dca01..f6027a25775a 100644
--- a/usr.sbin/sade/sade.h
+++ b/usr.sbin/sade/sade.h
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: sysinstall.h,v 1.57 1996/05/29 01:35:30 jkh Exp $
+ * $Id: sysinstall.h,v 1.58 1996/06/08 09:08:49 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -130,7 +130,7 @@
#define ONE_MEG 2048
/* Which selection attributes to use */
-#define ATTR_SELECTED (OnVTY ? item_selected_attr : item_attr)
+#define ATTR_SELECTED (ColorDisplay ? item_selected_attr : item_attr)
/*** Types ***/
typedef unsigned int Boolean;