summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/termcap.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-08 09:08:51 +0000
committerjkh <jkh@FreeBSD.org>1996-06-08 09:08:51 +0000
commitc75ddabf834905387953a28a6e531a55d0af665c (patch)
tree9c79cadaf8043fe23e3ee5bb76acf09cc334595e /usr.sbin/sysinstall/termcap.c
parent11d257651da74ba5cbe2ef53e48cb48b442da014 (diff)
downloadFreeBSD-src-c75ddabf834905387953a28a6e531a55d0af665c.zip
FreeBSD-src-c75ddabf834905387953a28a6e531a55d0af665c.tar.gz
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.
Diffstat (limited to 'usr.sbin/sysinstall/termcap.c')
-rw-r--r--usr.sbin/sysinstall/termcap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/termcap.c b/usr.sbin/sysinstall/termcap.c
index 1f25ab1..a6b643b 100644
--- a/usr.sbin/sysinstall/termcap.c
+++ b/usr.sbin/sysinstall/termcap.c
@@ -30,7 +30,6 @@ set_termcap(void)
int stat;
OnVTY = FALSE;
-
term = getenv("TERM");
stat = ioctl(STDERR_FILENO, GIO_COLOR, &ColorDisplay);
OpenPOWER on IntegriCloud