summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2023-05-04Fix spelling of Kurt Shoens surname.uwe
2023-04-28Don't set the clear_to_eol variable in doupdate to NULL, this was ablymn
2023-02-20intro.5: fix typo and grammar and simplify a phrasegutteridge
2023-02-13s/chracter/character/ in documentation.andvar
2022-12-21Add more debug so a call to waddbytes can be traced to the caller.blymn
2022-12-20Backout change to addnstr that broke other applications as n should beblymn
2022-12-12Default the character width to 1 if wcwidth fails.blymn
2022-12-05Revert previous change, it is not correct.blymn
2022-11-30When performing a scroll, check the last line of the region is the sameblymn
2022-11-07Count character widths not number of bytes when calculating numberblymn
2022-11-04PR bin/57072blymn
2022-10-25Fix for lib/57050blymn
2022-10-19Fixes for lib/56926 amongst other things:blymn
2022-07-06fix various typos in comments.andvar
2022-05-21curses_input.3: wtimeout() returns void toouwe
2022-05-21curses_input.3: timeout() actually returns voidcharlotte
2022-05-19Set the last change pointer after adding a character at the bottom rightblymn
2022-05-16curses_input.3: fix argument type for keypad, notimeout, nodelayrillig
2022-05-12Make clrtoeol match the ncurses behaviour where it seems to make theblymn
2022-05-05Don't force the refresh, it doesn't really need it.blymn
2022-05-03 * Don't redraw the background if the new background character is theblymn
2022-04-27Fix for PR 56243blymn
2022-04-26Fix for PR 55517.blymn
2022-04-19fix for PR 55496blymn
2022-04-19lib: remove CONSTCOND commentrillig
2022-04-13Fix build (enabled only for MKDEBUG?)pgoyette
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-04-10fix various typos in comments and output/log messages.andvar
2022-04-08s/postion/position/andvar
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2022-03-26__makenew: use calloc to get zeroed memory for window contents.uwe
2022-01-25Correct (hopefully) the handling of wide characters.blymn
2022-01-16libcurses: remove unreachable statementsrillig
2022-01-06Revert change for array definition, it was incorrect, thanks Uwe.blymn
2022-01-06Properly size and array to hold the larget return from wctomb.blymn
2022-01-01s/implemenation/implementation/ in comment.msaitoh
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