summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/curses.priv.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't return ERR if resize didn't change sizemillert2021-03-101-2/+3
| | | | | | | This is a backport of the ncurses 5.9 20120707 patch. Previously, getch() would return ERR if SIGWINCH was received but the window didn't actually change size. This can happen, for example, when the xterm font is changed. OK tb@
* Enable wide character support in ncurses. It is built into libcurses,nicm2010-09-061-2/+3
| | | | | | | | | | | | 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
* Update to ncurses 5.7, with local changes reapplied.nicm2010-01-121-262/+1145
| | | | | | | | | 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
* try to use the X Window System, X11 or XFree86 consistently.jmc2003-04-131-2/+2
| | | | | diffs from Paul Weismann, via mickey@ aided, abetted and ok'd matthieu@
* Update to ncurses-5.2-20010114millert2001-01-221-91/+105
|
* Don't ignore $TERMCAP, $TERMINFO, $TERMINFO_DIRS, $TERMPATH, and $HOMEmillert2000-10-101-1/+5
| | | | | | | 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).
* update to ncurses-5.1-20001007millert2000-10-081-22/+57
|
* ncurses 5.1millert2000-07-101-3/+5
|
* ncurses-5.0-20000617millert2000-06-191-15/+9
|
* Update to ncurses-5.0-20000325millert2000-03-261-6/+7
|
* Update to ncurses-5.0-20000304millert2000-03-101-16/+3
|
* ncurses-5.0-20000205millert2000-02-061-3/+8
|
* Update to ncurses-5.0-20000108:millert2000-01-091-2/+10
| | | | | | + add prototype for erase() to curses.h + add TRACE_DATABASE flag for trace(). + formatting changes (style)
* update to ncurses-5.0-19991204millert1999-12-061-4/+10
|
* update to ncurses-5.0-19991127millert1999-11-281-8/+17
|
* ncurses-5.0-990703 -- better support for mixing termcap and terminfo/curses routinesmillert1999-07-041-2/+6
|
* ncurses-5.0-990626millert1999-06-271-2/+7
|
* cvs skipped these files in the previous commit for mysterious reasonsmillert1999-06-141-2/+6
|
* ncurses-4.2-990316millert1999-03-161-2/+6
|
* ncurses-4.2-990314millert1999-03-151-3/+3
|
* these somehow got missed in the earlier curses commitmillert1999-03-121-8/+8
|
* ncurses-4.2-990301millert1999-03-021-3/+9
|
* ncurses-4.2-990220; this is a pre-release of 5.0millert1999-02-241-4/+7
|
* ncurses-990213millert1999-02-241-2/+4
|
* ncurses-4.2-990116millert1999-01-181-2/+8
|
* update to ncurses 4.2-981017millert1998-10-311-16/+51
|
* ncurses-4.2-980912millert1998-09-171-2/+6
|
* ncurses-4.2-980905millert1998-09-131-9/+5
|
* update to ncurses-4.2-980725millert1998-07-271-2/+3
|
* ncurses-4.2-980718millert1998-07-231-52/+72
|
* Use _ti_get_screensize() from libtermlib to update screen size if changedmillert1998-01-171-13/+28
| | | | | | after a program is suspended. Define EXTERN_TERMINFO in curses.h. Update to ncurses-4.1-980103 and crank minor.
* #ifdef out call to _nc_update_screensizemillert1997-12-061-1/+3
|
* Merge of ncurses-4.1-971129millert1997-12-031-84/+213
|
* ncurses 4.1 + changes to work with our terminfo libs (instead ofmillert1997-11-261-113/+400
| | | | | the ncurses ones). Changes are #ifdef EXTERN_TERMINFO. Post 4.1 patches will be applied in a separate commit.
* Install ncurses as -lcurses and <curses.h>tholo1996-06-021-0/+270
Install BSD curses library as -locurses and <ocurses.h>