summaryrefslogtreecommitdiff
path: root/lib/libcurses/slk.c
AgeCommit message (Expand)Author
2021-09-06Style fixes most for __CTRACE().rin
2021-09-06Expand __CTRACE() to __nothing #ifndef DEBUG.rin
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-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-22Fix how the slk are drawn by making sure we use ins_wchar in theblymn
2019-07-28__slk_set_finalise - fix length vs. width confusionuwe
2019-07-28__slk_set - fix calculating "len" for HAVE_WCHARuwe
2019-07-27Put slk_color() undef #ifdef HAVE_WCHAR too.uwe
2019-07-27Put wide character functions under #ifdef HAVE_WCHARuwe
2018-10-04curses: once __slk_init is called, reset slk_fmtroy
2018-10-04curses: declare SLK format as invalid until slk_init(3) calledroy
2017-01-30Just return ERR instead of asserting if someone calls the slk routinesroy
2017-01-24Implement POSIX Curses Soft Label Key functions.roy