Home | History | Annotate | Download | only in libcurses
History log of /src/lib/libcurses/timeout.c
RevisionDateAuthorComments
 1.10  23-Dec-2024  blymn Sprinkle about some cycle wasting checks for the win pointer being
null. Unfortunately, ncurses does this and there is some sloppy code
out there that relies on the check resulting in segfaults in
NetBSD curses which then, of course, gets blamed for the error.
 1.9  06-Jan-2017  roy branches: 1.9.26;
KNF.
Normalise coding style.
White space police.
Sprinkle some extra braces to make the flow more clear.

No functional changes.
 1.8  04-Nov-2009  dsl branches: 1.8.28;
Round timeout values up.
More importantly convert 1..99 to 1, not 0.
 1.7  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.6  25-Jul-2006  christos branches: 1.6.20;
PR/34011: Julian Coleman: Limit timeout to 25.5 seconds.
 1.5  24-Apr-2000  blymn * Added rcs id line to files missing it.
* Added code to __restartwin to restore meta and cursor visibility states
* Added code to __stopwin to disable meta.
* Added the *line group of functions for drawing character lines.
 1.4  15-Apr-2000  blymn Added functions to replace what were previously macros in curses.h
(this is a requirement of SUSv2) - the old macro behaviour can be
restored by defining _CURSES_USE_MACROS.
Changed function prototypes to use ANSI style.
All externally visible functions now have ANSI style declarations.
 1.3  12-Apr-2000  jdc Copyright assgned to TNF.
 1.2  11-Apr-2000  blymn Made data structures opaque
 1.1  13-Apr-1999  mrg branches: 1.1.6;
Upgrades the standard NetBSD curses library to provide some
of the SYSV curses facilities. The added features are the collapsing
of arrow and function keysequences (as defined by termcap for the
terminal) into symbolic code returns thus relieving the application of
recognising multi-character key sequences. Other features are the
capability to perform a timed wait for a key (good for when you are
not sure if there is a keypress ready or not) and the capability for
turning off the inter-key timeout when assembling multi-character
function keys.

this work was done by Julian Coleman <J.D.Coleman@newcastle.ac.uk>
and blymn@baea.com.au (Brett Lymn). i'm just integrating it. thanks
HEAPS guys!
 1.1.6.1  05-Mar-2000  jdc Add !delay check.
 1.6.20.1  18-May-2008  yamt sync with head.
 1.8.28.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.9.26.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed