summaryrefslogtreecommitdiffstats
path: root/usr.bin/infocmp
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2000-01-08 06:26:24 +0000
committermillert <millert@openbsd.org>2000-01-08 06:26:24 +0000
commit0d46dcfa304363a55aadc6bc1347880858e0ba59 (patch)
tree3d9e10333f5a9c8ae4bce5625742957e606cccb0 /usr.bin/infocmp
parentbefore setting IFM_AUTO, make sure it really exists. If not, punt with (diff)
downloadwireguard-openbsd-0d46dcfa304363a55aadc6bc1347880858e0ba59.tar.xz
wireguard-openbsd-0d46dcfa304363a55aadc6bc1347880858e0ba59.zip
Enable extended cap names. Previously, the only allowed cap names were
those explicitly listed in term.h. With extended names, non-standard terminfo/termcap capabilities are passed through for those programs that want to use them (screen for instance). This changes struct term and therefor requires a library major increment. It also requires changing how the terminfo.db file is parsed. Previously, it was parsed like: foreach cap (all_possible_caps) if ( is_listed(cap) ) add_cap(cap) However, now that we can't know the set of all possible capabilities we need to convert the buffer we get back from cgetent into one that looks more like a terminfo entry and pass it through to the ncurses terminfo parsing routines. This also enables tic's -x flag.
Diffstat (limited to 'usr.bin/infocmp')
-rw-r--r--usr.bin/infocmp/infocmp.1tbl6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/infocmp/infocmp.1tbl b/usr.bin/infocmp/infocmp.1tbl
index ab0b4e1f615..a63627556be 100644
--- a/usr.bin/infocmp/infocmp.1tbl
+++ b/usr.bin/infocmp/infocmp.1tbl
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: infocmp.1tbl,v 1.5 1999/12/12 04:49:19 millert Exp $
+.\" $OpenBSD: infocmp.1tbl,v 1.6 2000/01/08 06:26:24 millert Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -349,8 +349,8 @@ The \fB-r\fR option's notion of `termcap' capabilities is System V Release 4's.
Actual BSD curses versions will have a more restricted set. To see only the
4.4BSD set, use -r -RBSD.
.SH SEE ALSO
-\fBinfocmp\fR(1), \fBcaptoinfo\fR(1), \fBinfotocap\fR(1),
-\fBtic\fR(1), \fBcurses\fR(3), \fBterminfo\fR(\*n).
+\fBcaptoinfo\fR(1), \fBinfotocap\fR(1), \fBtic\fR(1),
+\fBcurses\fR(3), \fBterminfo\fR(\*n).
.SH AUTHOR
Eric S. Raymond <esr@snark.thyrsus.com>
and