| #
0bd3a620 |
| 06-Sep-2021 |
rin <rin@NetBSD.org> |
Expand __CTRACE() to __nothing #ifndef DEBUG.
Remove most of #ifdef DEBUG around __CTRACE() calls.
No binary changes, except for line numbers for assert().
|
| #
50a63ac8 |
| 06-Jan-2017 |
roy <roy@NetBSD.org> |
KNF. Normalise coding style. White space police. Sprinkle some extra braces to make the flow more clear.
No functional changes.
|
| #
1f221324 |
| 21-Jan-2007 |
jdc <jdc@NetBSD.org> |
Add debug "areas" that allow selective debugging by setting the "CURSES_TRACE_MASK" environment variable. Postive vales include debug areas, negative values exclude them.
|
| #
eb7c1594 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
| #
ce1b68c9 |
| 26-Jun-2002 |
christos <christos@NetBSD.org> |
PR/17352: David Laight: Curses core-dumps on windows > 1024 wide.
|
| #
143cf52f |
| 26-May-2002 |
wiz <wiz@NetBSD.org> |
__STDC__ is always defined on NetBSD.
|
| #
fbc7603d |
| 27-Apr-2000 |
jdc <jdc@NetBSD.org> |
Fix `gcc -Wuninitialized`. Use unctrl() for capability string when debugging.
|
| #
ec6e2540 |
| 17-Apr-2000 |
blymn <blymn@NetBSD.org> |
Multiple fixes: * Added Bill's fixes for errors when compiling with WARNS=1 * Incorporated fixes to make usage of unctrl consistent in debug and made improvements to ctrace - it now timestamps it's
Multiple fixes: * Added Bill's fixes for errors when compiling with WARNS=1 * Incorporated fixes to make usage of unctrl consistent in debug and made improvements to ctrace - it now timestamps it's output better. * Reduced the number of mallocs done by __init_getch by allocating key structs in bunches instead of singly. * Removed the shadowing of global declarations in newwin and subwin functions
show more ...
|
| #
4af6ba03 |
| 15-Apr-2000 |
jdc <jdc@NetBSD.org> |
Changed function to use ANSI style.
|
| #
d2362762 |
| 12-Apr-2000 |
jdc <jdc@NetBSD.org> |
Include private header. Make capability parser more generic (it is now also used by colour routines). Note that the termcap file we use contains terminfo % escapes, which are not always compatible wi
Include private header. Make capability parser more generic (it is now also used by colour routines). Note that the termcap file we use contains terminfo % escapes, which are not always compatible with the termcap ones. We'll lose in those cases.
show more ...
|
| #
586d4ce1 |
| 13-Apr-1999 |
mrg <mrg@NetBSD.org> |
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 ter
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!
show more ...
|
| #
716747aa |
| 22-Jul-1997 |
mikel <mikel@NetBSD.org> |
RCSid police, fix warnings
|
| #
d29088da |
| 17-Aug-1994 |
cgd <cgd@NetBSD.org> |
clean up import
|
| #
2f65b613 |
| 09-Nov-1993 |
cgd <cgd@NetBSD.org> |
repeat after me: "I hate rcs ids"
|
| #
019bbd13 |
| 09-Nov-1993 |
cgd <cgd@NetBSD.org> |
update to new version from berkeley. doesn't compile yet, nor does it have rcsid's. this is for diffs.
|