#
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 ...
|
#
c3bf49f8 |
| 21-Sep-2011 |
nicm <nicm@openbsd.org> |
Add /usr/local/share/terminfo to the search path so that ports can install custom terminfo files. Minor ncurses bump to allow packages to depend on the right version. From discussion with zinke@ and
Add /usr/local/share/terminfo to the search path so that ports can install custom terminfo files. Minor ncurses bump to allow packages to depend on the right version. From discussion with zinke@ and dcoppa@.
ok phessler dcoppa
show more ...
|
#
b19afbad |
| 23-Apr-2011 |
nicm <nicm@openbsd.org> |
Enable the SIGWINCH handler in ncurses.
Prompted by mail from Mikolaj Kucharski on tech@ and discussion with deraadt@ and millert@.
A library installing signal handlers without being asked is serio
Enable the SIGWINCH handler in ncurses.
Prompted by mail from Mikolaj Kucharski on tech@ and discussion with deraadt@ and millert@.
A library installing signal handlers without being asked is seriously wrong but it appears quite a few applications now depend on the ncurses SIGWINCH and it looks to be safe. Safer than the other signal handlers it installs (apparently without request... boke).
ok millert
show more ...
|
#
6bc6570d |
| 06-Sep-2010 |
nicm <nicm@openbsd.org> |
Enable wide character support in ncurses. It is built into libcurses, libform, libmenu, libpanel and each library is also linked to a corresponding "w" version.
This is a major bump for all four lib
Enable wide character support in ncurses. It is built into libcurses, libform, libmenu, libpanel and each library is also linked to a corresponding "w" version.
This is a major bump for all four libraries.
Thanks to landry, stsp, sthen, naddy, oga, Martin Pieuchot, and anyone else I've forgotten for testing.
ok naddy krw deraadt
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
|
#
fee2a480 |
| 06-Dec-2000 |
deraadt <deraadt@openbsd.org> |
use __x__ formats for __attribute__ arguments; guenther@gac.edu
|
#
a63cca66 |
| 10-Oct-2000 |
millert <millert@openbsd.org> |
Don't ignore $TERMCAP, $TERMINFO, $TERMINFO_DIRS, $TERMPATH, and $HOME if root but not setugid.
Fix select usage to deal with an arbitrary number of fd's. This code is not compiled since we use pol
Don't ignore $TERMCAP, $TERMINFO, $TERMINFO_DIRS, $TERMPATH, and $HOME if root but not setugid.
Fix select usage to deal with an arbitrary number of fd's. This code is not compiled since we use poll(2).
show more ...
|
#
91421ef5 |
| 08-Oct-2000 |
millert <millert@openbsd.org> |
update to ncurses-5.1-20001007
|
#
1fe33145 |
| 19-Jun-2000 |
millert <millert@openbsd.org> |
ncurses-5.0-20000617
|
#
4b107ee4 |
| 10-Mar-2000 |
millert <millert@openbsd.org> |
Update to ncurses-5.0-20000304
|
#
2a24a90c |
| 06-Feb-2000 |
millert <millert@openbsd.org> |
ncurses-5.0-20000205
|
#
0d46dcfa |
| 08-Jan-2000 |
millert <millert@openbsd.org> |
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 thos
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.
show more ...
|
#
9ee63291 |
| 28-Nov-1999 |
millert <millert@openbsd.org> |
update to ncurses-5.0-19991127
|
#
24dc1c5e |
| 27-Jun-1999 |
millert <millert@openbsd.org> |
ncurses-5.0-990626
|
#
701f9ff3 |
| 29-May-1999 |
millert <millert@openbsd.org> |
we no longer have a builtin.h file
|
#
ed0e49f0 |
| 08-May-1999 |
millert <millert@openbsd.org> |
ncurses-4.2-990424
|
#
feef4803 |
| 02-Mar-1999 |
millert <millert@openbsd.org> |
ncurses-4.2-990301
|
#
6547680a |
| 31-Jan-1999 |
millert <millert@openbsd.org> |
missed this in last update
|
#
d9df8399 |
| 31-Jan-1999 |
millert <millert@openbsd.org> |
ncurses-4.2-990130
|
#
92dd1ec0 |
| 18-Jan-1999 |
millert <millert@openbsd.org> |
ncurses-4.2-990116
|
#
8df350bf |
| 31-Oct-1998 |
millert <millert@openbsd.org> |
update to ncurses 4.2-981017
|
#
645b1ab3 |
| 12-Sep-1998 |
millert <millert@openbsd.org> |
Use cgetent(3) and friends when reading termcap
|
#
5d7eac9a |
| 12-Sep-1998 |
millert <millert@openbsd.org> |
fall back on termcap
|
#
04dfece0 |
| 23-Jul-1998 |
millert <millert@openbsd.org> |
ncurses-4.2-980718
|