summaryrefslogtreecommitdiff
path: root/lib/libcurses/background.c
AgeCommit message (Expand)Author
2022-10-19Fixes for lib/56926 amongst other things:blymn
2022-05-05Don't force the refresh, it doesn't really need it.blymn
2022-05-03 * Don't redraw the background if the new background character is theblymn
2022-04-19fix for PR 55496blymn
2022-04-12Make the default colour pair be pair 0 which appears to match otherblymn
2022-01-25Correct (hopefully) the handling of wide characters.blymn
2021-09-06Style fixes most for __CTRACE().rin
2021-09-06Expand __CTRACE() to __nothing #ifndef DEBUG.rin
2018-11-19wbkgd - when updating window rendition for the new background character,uwe
2018-11-18wbkgrnd - do not duplicate code that's already in wbkgrndset()uwe
2018-11-18When we remove default color from attributes, just clear all __COLOR.uwe
2018-11-18Reorder "bkgrnd" functions to match the order of old "bkgd" functions.uwe
2018-11-18Don't fuse HAVE_WCHAR and (trivial) !HAVE_WCHAR bodies into singleuwe
2018-11-18wbkgd - do not duplicate the code that's already in wbkgdset()uwe
2018-11-18Fix comments on bkgdset() and friends to match reality.uwe
2018-11-18Don't mix private and public names for the same thing in one statement.uwe
2017-01-06KNF.roy
2016-10-22remove bogus malloc castschristos
2009-07-22Prepare curses for the possibility of changing from termcap to terminfo.roy
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-09-19Set the column width when changing the background using wbkgd(), otherwisejdc
2007-05-29Fix some compiler warnings.blymn
2007-05-28Merge in wide curses code done as a Summer of Code project byblymn
2007-01-21Add debug "areas" that allow selective debugging by setting thejdc
2006-01-15Background characters and attributes don't need to be kept per characterjdc
2003-02-17Fix resize of windows with subwins.dsl
2002-08-04Set 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-18Don't replace background character with null character.jdc
2000-04-16Add bkgd() and bkgdset() (which were previously just macros).jdc
2000-04-15Added functions to replace what were previously macros in curses.hblymn
2000-04-13Nuke unused variables.simonb
2000-04-12Background manipulation routines.jdc