summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-07-21 20:45:56 +0000
committerjkh <jkh@FreeBSD.org>2000-07-21 20:45:56 +0000
commitc0840074eadea46346bfde8f66f6e51df10235f7 (patch)
treee7195d4f3aea718036179c09d9372e3dff89fd70 /usr.sbin/sade/install.c
parentd0352e3c5f1205d0992b4fedbc66fd4b487cbbd1 (diff)
downloadFreeBSD-src-c0840074eadea46346bfde8f66f6e51df10235f7.zip
FreeBSD-src-c0840074eadea46346bfde8f66f6e51df10235f7.tar.gz
Add a terminal entry for xterm; a lot of people are using xterms
in the serial-installation of FreeBSD.
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 209c210..7c43f65 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -1152,7 +1152,8 @@ create_termcap(void)
const char *caps[] = {
termcap_vt100, termcap_cons25, termcap_cons25_m, termcap_cons25r,
- termcap_cons25r_m, termcap_cons25l1, termcap_cons25l1_m, NULL,
+ termcap_cons25r_m, termcap_cons25l1, termcap_cons25l1_m,
+ termcap_xterm, NULL,
};
const char **cp;
OpenPOWER on IntegriCloud