Yeah it's on my todo list :-).
On Mon, Nov 14, 2011 at 10:58:10AM +0400, Alexei Malinin wrote: > Nicholas Marriott wrote: > > ... > > I at least would be pretty reluctant to include full terminfo entries as > > local changes in OpnBSD. If possible try to get them upstream. > > Hello, Nicholas. > > Thomas E. Dickey recently added pccon terminal descriptions > to ncurses-current (please see below). > > Will you update termtypes.master with pccon entries? > > > -- > Alexei Malinin > > > -------- Original Message -------- > Subject: ncurses-5.9-20111112.patch.gz > Date: Sat, 12 Nov 2011 21:55:49 -0500 > From: Thomas Dickey <dic...@his.com> > Reply-To: dic...@his.com > To: Ncurses Mailing List <bug-ncur...@gnu.org> > > > > ncurses 5.9 - patch 20111112 - Thomas E. Dickey > > > ------------------------------------------------------------------------------ > > Ncurses 5.9 is at > ftp.gnu.org:/pub/gnu > > Patches for ncurses 5.9 are in the subdirectory > ftp://invisible-island.net/ncurses/5.9 > > > ------------------------------------------------------------------------------ > ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20111112.patch.gz > patch by Thomas E. Dickey <dic...@invisible-island.net> > created Sun Nov 13 02:51:43 UTC 2011 > > ------------------------------------------------------------------------------ > Ada95/aclocal.m4 | 44 > Ada95/configure | 963 +++++++++++------- > NEWS | 26 > aclocal.m4 | 44 > configure | 2653 ++++++++++++++++++++++++++++------------------------ > dist.mk | 4 > misc/Makefile.in | 4 > misc/terminfo.src | 57 + > progs/capconvert | 24 > test/aclocal.m4 | 12 > test/configure | 2627 ++++++++++++++++++++++++++++----------------------- > 11 files changed, 3645 insertions(+), 2813 deletions(-) > > ------------------------------------------------------------------------------ > > 20111112 > + add pccon entries for OpenBSD console (Alexei Malinin). > + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to > 600 to work around inconsistent ifdef'ing of wcstof between C and > C++ header files. > + modify capconvert script to accept more than exact match on "xterm", > e.g., the "xterm-*" variants, to exclude from the conversion (patch > by Robert Millan). > + add -lc_r as alternative for -lpthread, allows build of threaded code > in older FreeBSD machines. > + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or > _POSIX_SOURCE are defined. > + fix a typo misc/Makefile.in, used in uninstalling pc-files. > > -- > Thomas E. Dickey <dic...@invisible-island.net> > http://invisible-island.net > ftp://invisible-island.net