summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
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
2020-07-01Oops. Fix y/x typo in the previous whline() fix for !HAVE_WCHAR.uwe
2020-06-30Fix indentation in the copyright.uwe
2020-06-30whline - save/restore the y coordinate too.uwe
2020-06-30whline_set - save/restore the y coordinate too.uwe
2020-05-14KNF nit.simonb
2020-03-23Fix synopsis, use more markup.wiz
2020-03-23Add missing man page for curses mouse functions.roy
2020-03-23curses: Add stubs for mouse functionsroy
2020-03-15werase, wclrtobot, wclrtoeol - make code even more similar.uwe
2020-03-15__NEED_ERASE - don't shadow __LDATA::attr with macro parameter name.uwe
2020-03-13terminfo: promote numeric parameters from short to introy
2020-03-13curses: wrap the erase logic in a macroroy