aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/disks.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-08 09:08:51 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-08 09:08:51 +0000
commitdabbacad121dbaa6c27a08dbd6aeb3bfec44f4ff (patch)
tree9c79cadaf8043fe23e3ee5bb76acf09cc334595e /usr.sbin/sysinstall/disks.c
parent0453d3cbb393fe51c233cd70dc1b520cc0d3ef8c (diff)
downloadsrc-dabbacad121dbaa6c27a08dbd6aeb3bfec44f4ff.tar.gz
src-dabbacad121dbaa6c27a08dbd6aeb3bfec44f4ff.zip
Implement selective text attributes for the syscons vty / vt100 emulator
selection since an attribute which looks good on a color console doesn't necessarily look good in an xterm.
Notes
Notes: svn path=/head/; revision=16208
Diffstat (limited to 'usr.sbin/sysinstall/disks.c')
-rw-r--r--usr.sbin/sysinstall/disks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c
index 5db2fcf69c42..87be0c9b983b 100644
--- a/usr.sbin/sysinstall/disks.c
+++ b/usr.sbin/sysinstall/disks.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: disks.c,v 1.48 1996/05/09 09:42:03 jkh Exp $
+ * $Id: disks.c,v 1.49 1996/06/08 08:01:43 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -101,7 +101,7 @@ print_chunks(Disk *d)
"Subtype", "Flags");
for (i = 0, row = CHUNK_START_ROW; chunk_info[i]; i++, row++) {
if (i == current_chunk)
- attrset(tag_attr);
+ attrset(ATTR_SELECTED);
mvprintw(row, 2, "%10ld %10lu %10lu %8s %8d %8s %8d\t%-6s",
chunk_info[i]->offset, chunk_info[i]->size,
chunk_info[i]->end, chunk_info[i]->name,