summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
2021-12-17curses: spell "foreground" correctly in commentsuwe
2021-12-08fix various typos in comments and log messages.andvar
2021-12-03fix various typos in comments, log messages and documentation.andvar
2021-11-22Don't waste time setting the dirty flag multiple times.blymn
2021-11-16Move 'i' into DEBUG only code (now there be three).kre
2021-11-16Fix handling of the tab special character.blymn
2021-11-15Fix for PR lib/55433blymn
2021-10-19Add a bit more debug.blymn
2021-10-19Fix for PR pkg/55931blymn
2021-10-04remove duplicate the article in documentation.andvar
2021-09-07Do not compile in whole fileio.c for LIBHACK.rin
2021-09-07PR lib/56388rin
2021-09-06Always autogen fileio.h.rin
2021-09-06Style fixes most for __CTRACE().rin
2021-09-06Unifdef DEBUG for CTRACE().rin
2021-09-06Expand __CTRACE() to __nothing #ifndef DEBUG.rin
2021-09-06Fix old-style definition: curses_version() --> curses_version(void)rin
2021-09-06Fix old-style definition: use_default_colors() --> use_default_colors(void)rin
2021-08-15libcurses: fix usage of __warn_referencesrillig
2021-08-15This is a mess; always define MB_LEN_MAX so both the regular and libhackchristos
2021-08-15need limits.hchristos
2021-08-15Use MBL_LEN_MAX (constant) so that SSP workschristos
2021-08-03curses: clarify standout as the "best" _supported_ highlighting modenia
2021-08-02curses: clarify documentation regarding the standout attributenia
2021-07-26The BUGS sections is incorrect again for "modern" terminals.nia
2021-06-27Fix PR lib/55931blymn
2021-06-27Fix SSP buildchristos
2021-06-24Fix printf format for size_tmartin
2021-06-24Make sure we don't use wide char routines when DISABLE_WCHAR is inblymn
2021-06-22Rework the fix for lib/56224.blymn
2021-06-22Fix how the slk are drawn by making sure we use ins_wchar in theblymn
2021-06-22Fix the debug output to stop spamming out the aline for row 0, weblymn
2021-06-15Correct a previous fix for PR lib/56224.blymn
2021-06-10Add missing newline to debug trace messagemcf
2021-06-06Fix for PR lib/56224blymn
2021-06-01Fix initial line hash calculation for subwindowsmcf
2021-05-29wresize: don't bound pads to the size of the screennia
2021-05-15__newwin - fix BGWCOL initialization.uwe
2021-05-08avoid accessing stack garbage.mrg
2021-02-13libcurses: fix wrong tab width for addchrillig
2021-02-13curses.h: proofread, indent a bit more consistentlyrillig
2021-02-07curses_screen.3: fix typorillig
2021-02-06libcurses: fix spelling in commentrillig
2021-02-06libncurses: fix grammar in manual pagerillig
2020-07-14newwin - fix crash with negative ncols.uwe
2020-07-06Pads are not to be automatically refreshed on input.uwe
2020-07-06mvwins*(WINDOW *win, ...) functions - call wins* on win, not stdscr.uwe
2020-07-03wtouchln - verify/clip input parametersuwe
2020-07-02setcchar - don't lose combining marks to a typo.uwe
2020-07-01hline, vline - don't lose attributes when using default character.uwe