summaryrefslogtreecommitdiff
path: root/tests/lib/libcurses
AgeCommit message (Expand)Author
2021-12-07tests/libcurses: fix grammar in comment (since yesterday)rillig
2021-12-06tests/libcurses: clean up commentsrillig
2021-11-16Add more testing for special character handling in ins_wstr family.blymn
2021-11-15Add handling for backspace special character (\b)blymn
2021-11-15Update the ins_(n)wstr test family to split out the check filesblymn
2021-09-07PR lib/56388rin
2021-09-04Cosmetic fixes. No functional changes intended.rin
2021-08-21fix some more typos in comments/log messages, improve wording as well.andvar
2021-06-22Update the check files to account for fixes to addstr.cblymn
2021-06-22Fix slk test and check files due to libcurses slk changes.blymn
2021-06-15Restore the slk_wset test after fixing a but in libcurses.blymn
2021-06-13tests/libcurses: fix argument handling for mvwget_wchrillig
2021-06-13tests/libcurses: make error handling in the linter simplerrillig
2021-06-13tests/libcurses: improve code locality in linterrillig
2021-06-13tests/libcurses: improve local variable names in linterrillig
2021-06-13tests/libcurses: unexport argument handling functionsrillig
2021-06-13tests/libcurses: KNF for while looprillig
2021-06-13tests/libcurses: remove redundant argument numbersrillig
2021-06-13tests/libcurses: add parentheses around argument to sizeofrillig
2021-06-13tests/libcurses: sprinkle 'const', normalize sizeofrillig
2021-06-10Unset ESCDELAY in libcurses test director to ensure consistent resultsmcf
2021-06-06New tests and updates for corrected behaviour due to fix for PR56224blymn
2021-06-05Convert % into %% in input string so printf won't barfblymn
2021-06-05Decouple the clear test from the addstr test, they should not be linkedblymn
2021-06-05Add new check file for the clear test.blymn
2021-06-04Fix debug_test so it actually works and does not do damageblymn
2021-04-06tests/libcurses: fix names of over-the-wire data typesrillig
2021-04-06tests/libcurses: clean up table of input functionsrillig
2021-04-06tests/libcurses: don't waste time calling strlen needlesslyrillig
2021-04-04Reapply fix for big-endian environments, which was lost when GSoC resultsrin
2021-04-04When mvscanw(3) fails, string is not modified.rin
2021-04-04s/&string/string/ for mvscanw(3); string is already pointer to buffer.rin
2021-02-25tests/libcurses: add test for '\b' in addchrillig
2021-02-25tests/libcurses: use common style for parse error messagesrillig
2021-02-25tests/libcurses: use common syntax for accessing array elementsrillig
2021-02-25tests/libcurses: reduce indentationrillig
2021-02-25libcurses: ensure that '\b' in handled correctly in addstrrillig
2021-02-25libcurses: prevent unknown escpae sequences in testsrillig
2021-02-15Simplify to avoid copy based on the size of the source.joerg
2021-02-15tests/libcurses: fix error handling for non-system errorsrillig
2021-02-14tests/libcurses: document the history about tab bugs in addch/addstrrillig
2021-02-13tests/libcurses: note that addbytes is not part of the APIrillig
2021-02-13tests/libcurses: protect against short writesrillig
2021-02-13tests/libcurses: remove unused code in linterrillig
2021-02-13tests/libcurses: use ASCII only in terminfo descriptionrillig
2021-02-13tests/libcurses: split terminfo entry over more linesrillig
2021-02-13libcurses: fix wrong tab width for addchrillig
2021-02-13tests/libcurses: extract read_command_argument from process_commandsrillig
2021-02-13tests/libcurses: fix reading from the parent processrillig
2021-02-13tests/libcurses: fix child process handlingrillig