History log of /openbsd-src/lib/libcurses/term_entry.h (Results 1 – 13 of 13)
Revision Date Author Comments
# c7ef0cfc 17-Oct-2023 nicm <nicm@openbsd.org>

Update ncurses and associated libraries (form, panel, menu) to
6.4-20230826 (from 5.7-20081102).

Based on result from Thomas Dickey's ncu2openbsd script and then
modified. Switches to the upstream t

Update ncurses and associated libraries (form, panel, menu) to
6.4-20230826 (from 5.7-20081102).

Based on result from Thomas Dickey's ncu2openbsd script and then
modified. Switches to the upstream tput. Major bump for the ncurses
libraries and for libedit and libreadline.

Help from tb, millert.

ok deraadt sthen

show more ...


# 81d8c4e1 12-Jan-2010 nicm <nicm@openbsd.org>

Update to ncurses 5.7, with local changes reapplied.

This is around eight years worth of changes (previously we were around ncurses
5.2), too many to list - many bug fixes and also a few new functio

Update to ncurses 5.7, with local changes reapplied.

This is around eight years worth of changes (previously we were around ncurses
5.2), too many to list - many bug fixes and also a few new functions.

A major bump for libcurses, libpanel, libform and libmenu.

ok deraadt

show more ...


# 84af20ce 22-Jan-2001 millert <millert@openbsd.org>

Update to ncurses-5.2-20010114


# f3e2efdd 26-Mar-2000 millert <millert@openbsd.org>

Update to ncurses-5.0-20000325


# a2d977ce 13-Mar-2000 millert <millert@openbsd.org>

update to ncurses-5.0-20000311


# d753508a 17-May-1999 millert <millert@openbsd.org>

ncurses-4.2-990516; no code changes


# feef4803 02-Mar-1999 millert <millert@openbsd.org>

ncurses-4.2-990301


# c21ba70d 24-Feb-1999 millert <millert@openbsd.org>

ncurses-4.2-990220; this is a pre-release of 5.0


# 9659f8ee 01-Feb-1999 millert <millert@openbsd.org>

Bracket protos for _nc_read_bsd_terminfo_entry and _nc_read_bsd_terminfo_file
with #ifdef __OpenBSD__ to make it obvious they are OpenBSD extensions.
Update copyright years in tinfo/read_bsd_terminfo

Bracket protos for _nc_read_bsd_terminfo_entry and _nc_read_bsd_terminfo_file
with #ifdef __OpenBSD__ to make it obvious they are OpenBSD extensions.
Update copyright years in tinfo/read_bsd_terminfo.c.

show more ...


# 7e373b80 23-Jan-1999 millert <millert@openbsd.org>

make _nc_read_file_entry() look in terminfo.db too. Makes the -A and -B flags of infocmp more useful.


# b7c51a29 22-Jan-1999 millert <millert@openbsd.org>

Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so reading
terminfo.db is transparent. This requires us to be able to tell which
of the entries in pathvec held the terminfo entry. To

Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so reading
terminfo.db is transparent. This requires us to be able to tell which
of the entries in pathvec held the terminfo entry. To make that work
we only pass one pathname to cgetent(3) at a time. This might be a
slight performance hit but should not be noticable in normal use.

show more ...


# 92dd1ec0 18-Jan-1999 millert <millert@openbsd.org>

ncurses-4.2-990116


# 04dfece0 23-Jul-1998 millert <millert@openbsd.org>

ncurses-4.2-980718