diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-12-12 04:49:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-12-12 04:49:20 +0000 |
commit | 0b755b897d08e998e345bce55e1bd47e5f507d99 (patch) | |
tree | b7acd2e68f3facb3817d3cc778d008fe5eb03a8a /usr.bin/infocmp | |
parent | 7ce53302fb39b617a8b44bea4abf417d703e80ef (diff) |
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.1tbl | 6 |
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 |