l='stylesheet' type='text/css' href='/cgit-data/cgit.css'/>
summaryrefslogtreecommitdiff
path: root/lib/libcurses/insdelln.c
AgeCommit message (Expand)Author
2022-10-19Fixes for lib/56926 amongst other things:blymn
2022-04-12Fix compile breakage when wide char support is disabled.blymn
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-06Expand __CTRACE() to __nothing #ifndef DEBUG.rin
2017-01-06KNF.roy
2017-01-02Implement POSIX Curses functions immedok(3) and syncok(3).roy
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-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-02-05Handle both background character and background attribute.jdc
2006-01-15Background characters and attributes don't need to be kept per characterjdc
2003-07-29Copy correct size of 1 line when doing insert/delete line on a subwin.dsl
2003-02-17Fix resize of windows with subwins.dsl
2001-04-20Implement scrolling regions :jdc