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
/
background.c
Age
Commit message (
Expand
)
Author
2018-11-19
wbkgd - when updating window rendition for the new background character,
uwe
2018-11-18
wbkgrnd - do not duplicate code that's already in wbkgrndset()
uwe
2018-11-18
When we remove default color from attributes, just clear all __COLOR.
uwe
2018-11-18
Reorder "bkgrnd" functions to match the order of old "bkgd" functions.
uwe
2018-11-18
Don't fuse HAVE_WCHAR and (trivial) !HAVE_WCHAR bodies into single
uwe
2018-11-18
wbkgd - do not duplicate the code that's already in wbkgdset()
uwe
2018-11-18
Fix comments on bkgdset() and friends to match reality.
uwe
2018-11-18
Don't mix private and public names for the same thing in one statement.
uwe
2017-01-06
KNF.
roy
2016-10-22
remove bogus malloc casts
christos
2009-07-22
Prepare curses for the possibility of changing from termcap to terminfo.
roy
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-09-19
Set the column width when changing the background using wbkgd(), otherwise
jdc
2007-05-29
Fix some compiler warnings.
blymn
2007-05-28
Merge in wide curses code done as a Summer of Code project by
blymn
2007-01-21
Add debug "areas" that allow selective debugging by setting the
jdc
2006-01-15
Background characters and attributes don't need to be kept per character
jdc
2003-02-17
Fix resize of windows with subwins.
dsl
2002-08-04
Set the curses default colours to white on black when using colour.
jdc
2000-04-24
* Added rcs id line to files missing it.
blymn
2000-04-18
Don't replace background character with null character.
jdc
2000-04-16
Add bkgd() and bkgdset() (which were previously just macros).
jdc
2000-04-15
Added functions to replace what were previously macros in curses.h
blymn
2000-04-13
Nuke unused variables.
simonb
2000-04-12
Background manipulation routines.
jdc