summaryrefslogtreecommitdiffstats
path: root/usr.bin/infocmp
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-12-12 04:49:18 +0000
committermillert <millert@openbsd.org>1999-12-12 04:49:18 +0000
commitc5ef7d3084770a9f571ac85a8baaaa3c29fb1675 (patch)
treecac0d25e4ecdf7ce311ab9572eb5bb03d91f285c /usr.bin/infocmp
parentthey say that cr 24-31 are for interrupt handlers use, so pdc may mangle those (diff)
downloadwireguard-openbsd-c5ef7d3084770a9f571ac85a8baaaa3c29fb1675.tar.xz
wireguard-openbsd-c5ef7d3084770a9f571ac85a8baaaa3c29fb1675.zip
Update to ncurses-19991211:
o treat as untranslatable to termcap those terminfo strings which contain non-decimal formatting, e.g., hexadecimal or octal. o correct commented-out capabilities that cannot be translated to termcap, which did not check if a colon must be escaped. o correct termcap translation for "%>" and "%+", which did not check if a colon must be escaped, for instance. o use save_string/save_char for _nc_captoinfo() to eliminate fixed buffer (originally for _nc_infotocap() in 960301 -TD). o correct expression used for terminfo equivalent of termcap %B, adjust regent100 entry which uses this. o some cleanup and commenting of ad hoc cases in _nc_infotocap(). o eliminate a fixed-buffer in tic, used for translating comments. o add manpage for infotocap.
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 d5dbd52ca6f..ab0b4e1f615 100644
--- a/usr.bin/infocmp/infocmp.1tbl
+++ b/usr.bin/infocmp/infocmp.1tbl
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: infocmp.1tbl,v 1.4 1999/06/27 08:17:46 millert Exp $
+.\" $OpenBSD: infocmp.1tbl,v 1.5 1999/12/12 04:49:19 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
-\fBcaptoinfo\fR(1), \fBtic\fR(1),
-\fBcurses\fR(3), \fBterminfo\fR(\*n).
+\fBinfocmp\fR(1), \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