OpenGrok
Cross Reference: notimeout.c
xref
: /
src
/
lib
/
libcurses
/
notimeout.c
Home
|
History
|
Annotate
|
Download
|
only in
libcurses
History log of
/src/lib/libcurses/notimeout.c
Revision
Date
Author
Comments
1.8
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.7
06-Jan-2017
roy
branches: 1.7.26;
KNF.
Normalise coding style.
White space police.
Sprinkle some extra braces to make the flow more clear.
No functional changes.
1.6
28-Feb-2014
blymn
branches: 1.6.8;
Fix reversed logic in the notimeout call.
Fix obsolete email addresses in copyright.
1.5
13-Jun-2001
wiz
branches: 1.5.58; 1.5.64;
withough -> without
1.4
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.3
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.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
09-Jan-2000
jdc
Changes to make libcurses SUS v2 compatible.
1.5.64.1
20-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.5.58.1
22-May-2014
yamt
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
1.6.8.1
07-Jan-2017
pgoyette
Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
1.7.26.1
02-Aug-2025
perseant
Sync with HEAD
Indexes created Thu Oct 02 01:09:59 GMT 2025