| Age | Commit message (Expand) | Author |
| 2023-06-24 | Fix typo in comment. | msaitoh |
| 2023-05-04 | Fix spelling of Kurt Shoens surname. | uwe |
| 2023-04-28 | Don't set the clear_to_eol variable in doupdate to NULL, this was a | blymn |
| 2023-02-20 | intro.5: fix typo and grammar and simplify a phrase | gutteridge |
| 2023-02-13 | s/chracter/character/ in documentation. | andvar |
| 2022-12-21 | Add more debug so a call to waddbytes can be traced to the caller. | blymn |
| 2022-12-20 | Backout change to addnstr that broke other applications as n should be | blymn |
| 2022-12-12 | Default the character width to 1 if wcwidth fails. | blymn |
| 2022-12-05 | Revert previous change, it is not correct. | blymn |
| 2022-11-30 | When performing a scroll, check the last line of the region is the same | blymn |
| 2022-11-07 | Count character widths not number of bytes when calculating number | blymn |
| 2022-11-04 | PR bin/57072 | blymn |
| 2022-10-25 | Fix for lib/57050 | blymn |
| 2022-10-19 | Fixes for lib/56926 amongst other things: | blymn |
| 2022-07-06 | fix various typos in comments. | andvar |
| 2022-05-21 | curses_input.3: wtimeout() returns void too | uwe |
| 2022-05-21 | curses_input.3: timeout() actually returns void | charlotte |
| 2022-05-19 | Set the last change pointer after adding a character at the bottom right | blymn |
| 2022-05-16 | curses_input.3: fix argument type for keypad, notimeout, nodelay | rillig |
| 2022-05-12 | Make clrtoeol match the ncurses behaviour where it seems to make the | blymn |
| 2022-05-05 | Don'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 the | blymn |
| 2022-04-27 | Fix for PR 56243 | blymn |
| 2022-04-26 | Fix for PR 55517. | blymn |
| 2022-04-19 | fix for PR 55496 | blymn |
| 2022-04-19 | lib: remove CONSTCOND comment | rillig |
| 2022-04-13 | Fix build (enabled only for MKDEBUG?) | pgoyette |
| 2022-04-12 | Fix compile breakage when wide char support is disabled. | blymn |
| 2022-04-12 | Make the default colour pair be pair 0 which appears to match other | blymn |
| 2022-04-10 | fix various typos in comments and output/log messages. | andvar |
| 2022-04-08 | s/postion/position/ | andvar |
| 2022-04-08 | fix 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-25 | Correct (hopefully) the handling of wide characters. | blymn |
| 2022-01-16 | libcurses: remove unreachable statements | rillig |
| 2022-01-06 | Revert change for array definition, it was incorrect, thanks Uwe. | blymn |
| 2022-01-06 | Properly size and array to hold the larget return from wctomb. | blymn |
| 2022-01-01 | s/implemenation/implementation/ in comment. | msaitoh |
| 2021-12-17 | curses: spell "foreground" correctly in comments | uwe |
| 2021-12-08 | fix various typos in comments and log messages. | andvar |
| 2021-12-03 | fix various typos in comments, log messages and documentation. | andvar |
| 2021-11-22 | Don't waste time setting the dirty flag multiple times. | blymn |
| 2021-11-16 | Move 'i' into DEBUG only code (now there be three). | kre |
| 2021-11-16 | Fix handling of the tab special character. | blymn |
| 2021-11-15 | Fix for PR lib/55433 | blymn |
| 2021-10-19 | Add a bit more debug. | blymn |
| 2021-10-19 | Fix for PR pkg/55931 | blymn |
| 2021-10-04 | remove duplicate the article in documentation. | andvar |
| 2021-09-07 | Do not compile in whole fileio.c for LIBHACK. | rin |
| 2021-09-07 | PR lib/56388 | rin |