summaryrefslogtreecommitdiff
path: root/lib/libcurses/addbytes.c
AgeCommit message (Expand)Author
2022-05-19Set the last change pointer after adding a character at the bottom rightblymn
2022-05-03 * Don't redraw the background if the new background character is theblymn
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
2022-01-16libcurses: remove unreachable statementsrillig
2021-09-06Style fixes most for __CTRACE().rin
2021-09-06Unifdef DEBUG for CTRACE().rin
2021-06-22Rework the fix for lib/56224.blymn
2021-06-15Correct a previous fix for PR lib/56224.blymn
2021-06-06Fix for PR lib/56224blymn
2021-02-13libcurses: fix wrong tab width for addchrillig
2021-02-06libcurses: fix spelling in commentrillig
2019-06-09Rework previous fix for getch cursor position when cursor is movedblymn
2019-05-20Back out incorrect fix for PR 53617 and fix it in a different way.blymn
2019-05-12Fix _cursesi_addwchar so that it performs line wrap. SUSv2 saysblymn
2018-11-15_cursesi_addbyte - fix function comment after what looks like anuwe
2018-08-08Avoid curx going beyond end of window when adding a wide character to thesimonb
2017-01-06KNFroy
2017-01-06KNFroy
2017-01-02Implement POSIX Curses functions immedok(3) and syncok(3).roy
2016-11-28If we are inserting spaces to account for a tab, move the x position of thechristos
2016-10-22remove bogus malloc castschristos
2013-11-10remove unused variablechristos
2013-11-09Rename the old __waddbytes function to _cursesi_waddbytes and add ablymn
2013-10-16Add TABSIZE, which is derived from terminfo init_tabs.roy
2011-07-01Fix memset usage.joerg
2010-12-16Observe the following spelling:wiz
2010-11-23to initialize mbstate_t, use memset instead mbrtowc.tnozaki
2010-02-23misc fixes and improvements:drochner
2009-07-22Prepare curses for the possibility of changing from termcap to terminfo.roy
2008-07-04use mbrtowc() instead of mbtowc().tnozaki
2007-11-08Fix the handling for added carriage return characters.jdc
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-08-10Revert most of rev 1.27 of addbytes.c and associated changes.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-31Do something more sensible for waddbytes(..., "\r\n", ...);dsl
2003-06-26Stop blank line being added when newline is processed with __ISPASTEOL set.dsl
2003-02-17Fix resize of windows with subwins.dsl
2002-12-23Always update the change pointers. Otherwise, we could end up notjdc
2002-07-19* Added new function idcok - this closes PR 10802blymn
2001-04-20Implement scrolling regions :jdc
2000-12-19Rename variables refering to termcap capabilities from NN to __tc_nn. Casejdc
2000-04-28Massively simplify some logic.mycroft
2000-04-18Set background character and attributes for added characters.jdc
2000-04-15Don't reset firstchp and lastchp even if this line was not dirty.jdc
2000-04-15Added functions to replace what were previously macros in curses.hblymn
2000-04-12Add color attribute manipulation.jdc
2000-04-11Made data structures opaqueblymn