Home | History | Annotate | Download | only in libcurses
History log of /src/lib/libcurses/pause.c
RevisionDateAuthorComments
 1.11  06-Sep-2021  rin Expand __CTRACE() to __nothing #ifndef DEBUG.

Remove most of #ifdef DEBUG around __CTRACE() calls.

No binary changes, except for line numbers for assert().
 1.10  06-Jan-2017  roy KNF.
Normalise coding style.
White space police.
Sprinkle some extra braces to make the flow more clear.

No functional changes.
 1.9  22-Jul-2009  roy branches: 1.9.28;
Prepare curses for the possibility of changing from termcap to terminfo.
term.h #defines lines, pad_char and no_color_video macros which conflict
with existing curses code. We change lines to alines and nlines depending
on use, pad_char to padchar and no_color_video becomes no_color_attributes
but with a strong alias from no_color_video.
 1.8  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.7  21-Jan-2007  jdc branches: 1.7.10;
Add debug "areas" that allow selective debugging by setting the
"CURSES_TRACE_MASK" environment variable. Postive vales include
debug areas, negative values exclude them.
 1.6  02-Dec-2001  blymn branches: 1.6.20;
* Major change to add support for the newterm/set_term functions.
* Added fix to getch.c suggested by Gabriel Rosenkoetter (thanks :-)
 1.5  07-Jan-2001  augustss Make this compile again.
(I thought the idea was to test things before commiting;
if it doesn't even compile it can't possibly have been tested.)
 1.4  07-Jan-2001  jdc Free(3) delstr after use.
Pointed out by Mike Grupenhoff in email.
 1.3  22-Dec-2000  jdc Revert the change to the `pc' capability from the previous change. Pointed
out in email by Thomas Dickey.
 1.2  19-Dec-2000  jdc Rename variables refering to termcap capabilities from NN to __tc_nn. Case
adjusted to match termcap capability. A few other variable names renamed too
(ones related to or derived from termcap variables).
 1.1  11-May-2000  jdc New functions delay_output() and napms().
 1.6.20.1  21-Jan-2007  jdc Apply the changes that add debug "areas" on HEAD to the wcurses branch.
Add correspending changes to the debug code that is only present on the branch.
 1.7.10.1  18-May-2008  yamt sync with head.
 1.9.28.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)

RSS XML Feed