index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcurses
/
curses_private.h
Age
Commit message (
Expand
)
Author
2003-08-10
Revert most of rev 1.27 of addbytes.c and associated changes.
dsl
2003-07-31
Do something more sensible for waddbytes(..., "\r\n", ...);
dsl
2003-07-30
Remove __winlistp, add *screen to WINDOW and initialise in newwin().
dsl
2003-06-26
Stop refresh(subwin) doing refresh on the other subwin's created before it.
dsl
2003-04-05
Keep the cr->nl translation state in a separate variable, so that we can
jdc
2003-02-17
Fix resize of windows with subwins.
dsl
2003-01-27
ARemove (no longer used) __nca.
jdc
2003-01-09
Added halfdelay() function.
blymn
2002-12-23
Changes for pad support - changed function signatures and _ISPAD flag.
jdc
2002-08-04
Set the curses default colours to white on black when using colour.
jdc
2002-07-19
* Added new function idcok - this closes PR 10802
blymn
2002-06-26
minor KNF (prototype decls should carry no variable name, otherwise macro
itojun
2002-06-26
handle non-tty cases more gracefully.
itojun
2002-06-26
PR/17352: David Laight: Curses core-dumps on windows > 1024 wide.
christos
2002-01-02
Remove extraneous tabs from blank lines.
blymn
2001-12-31
fix __startwin() so it outputs the init strings to the correct device.
blymn
2001-12-11
* Remove termcap globals from public interface
blymn
2001-12-02
* Major change to add support for the newterm/set_term functions.
blymn
2001-06-13
withough -> without
wiz
2001-04-21
Add missing prototypes.
jdc
2001-04-20
Implement scrolling regions :
jdc
2000-12-31
Libcurses-4.0
jdc
2000-12-22
Revert the change to the `pc' capability from the previous change. Pointed
jdc
2000-12-19
Rename variables refering to termcap capabilities from NN to __tc_nn. Case
jdc
2000-05-20
GC __FORCEPAINT.
mycroft
2000-05-01
* Made erasechar and killchar into functions
blymn
2000-04-29
Speed up refresh in the presence of attributes by precalculating a mask for
mycroft
2000-04-27
Add virtual screen for wnoutrefresh()/doupdate().
jdc
2000-04-24
* Added rcs id line to files missing it.
blymn
2000-04-18
Add __TERMATTR definition. This makes the code in refresh.c much easier to
jdc
2000-04-15
Added functions to replace what were previously macros in curses.h
blymn
2000-04-14
Add a list of windows (used when a colour pair changes).
jdc
2000-04-12
Private functions/variables moved from curses.h
jdc
2000-04-11
Made data structures opaque
blymn