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.h
Age
Commit message (
Expand
)
Author
2000-05-11
Add getattrs(), delay_output() and napms().
jdc
2000-05-11
* Applied patch by mrg to remove variable names from function
blymn
2000-05-01
* Made erasechar and killchar into functions
blymn
2000-04-27
Fix a silly bit-shifting error that causes color pairs >=8 to fail.
mycroft
2000-04-27
Background colour erase is 'ut' not 'be'.
jdc
2000-04-26
* Fixed bug in copywin.
blymn
2000-04-24
* Added rcs id line to files missing it.
blymn
2000-04-22
* Added ungetch
blymn
2000-04-22
* Fixed need for duplicate namp string in setterm.c
blymn
2000-04-20
* Added new function dupwin.
blymn
2000-04-18
More multiple changes:
blymn
2000-04-17
Multiple fixes:
blymn
2000-04-16
Add bkgd() and bkgdset() (which were previously just macros).
jdc
2000-04-16
Add a couple of missing prototypes.
thorpej
2000-04-15
Add prototype for waddstr()
jdc
2000-04-15
Added functions to replace what were previously macros in curses.h
blymn
2000-04-13
Restore const after the Open Group decided it was OK.
jdc
2000-04-12
Add colour capabilities and functions.
jdc
2000-04-11
Made data structures opaque
blymn
1999-12-07
Use unsigned offsets into __unctrl and __unctrllen.
simonb
1999-10-04
update post change to return value of tputs() third argument
lukem
1999-09-29
Change attr in __LDATA from a char to an int. Fixes a few annoying
simonb
1999-08-08
Remove extra semicolons that crept in previous. Noted by Julian Coleman.
simonb
1999-08-08
Use waddnstr() instead of __waddbytes() in *addstr(), so we don't need
simonb
1999-06-28
Get rid of the evil trailing spaces and tabs.
simonb
1999-06-28
In struct __window, change flags back to an "unsigned int" from an
simonb
1999-04-13
Upgrades the standard NetBSD curses library to provide some
mrg
1998-01-30
merge with lite-2
perry
1997-10-13
use <termcap.h> instead of defining termcap(3) stuff here
lukem
1997-09-12
Make endwin() save state so a subsequent call to wrefresh restores curses
phil
1997-07-22
RCSid police, fix warnings
mikel
1997-05-24
Add get{beg,max}yx and get{cur,beg,max}[yx] macros like XPG4.2 curses.
jtc
1996-03-26
Expand "u_int" to "unsigned int" so that curses.h can be used when
jtc
1995-06-06
Declare tputs() as void.
pk
1994-09-07
Add __BEGIN_DECLS, __END_DECLS around public functions so curses library
jtc
1994-08-17
clean up import
cgd
1994-05-23
ansi type renaming
cgd
1994-01-24
changes from branch
cgd
1993-12-04
update from branch
cgd
1993-11-09
oops; forgot this bit
cgd
1993-11-09
rcs id's and don't include "compat.h"
cgd
1993-11-09
update to new version from berkeley. doesn't compile yet, nor
cgd
1993-08-15
Remove spurious `)'.
mycroft
1993-08-15
waddbytes() is private; make the rest of *addbytes() be.
mycroft
1993-08-07
New version from uunet.
mycroft
1993-08-01
Add RCS identifiers.
mycroft
1993-07-09
added Andrew Chernov's patch set:
alm
1993-03-21
initial import of 386bsd-0.1 sources
cgd