summaryrefslogtreecommitdiff
path: root/tests/lib/libcurses
AgeCommit message (Expand)Author
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
2021-02-13tests/libcurses: fix error messagesrillig
2021-02-13tests/libcurses: "fix" test mvwinrillig
2021-02-13tests/libcurses: remove undocumented, unused command line optionrillig
2021-02-13tests/libcurses: remove include path from usage messagerillig
2021-02-13tests/libcurses: clean up remaining include guard, commentsrillig
2021-02-13tests/libcurses: clean up inclusion guards, function declarationsrillig
2021-02-13tests/libcurses: remove include path handlingrillig
2021-02-13tests/libcurses: align commentsrillig
2021-02-13tests/libcurses: fix misleading usage documentationrillig
2021-02-13tests/libcurses: fix pipe handling in the parent processrillig
2021-02-13tests/libcurses: fix pipe handling in child processrillig
2021-02-13tests/libcurses: add test for addbytesrillig
2021-02-13tests/libcurses: fix warnings for missing environment variablesrillig
2021-02-12tests/libcurses: format misleading do-while looprillig
2021-02-12tests/libcurses: remove wrong commentsrillig
2021-02-12tests/libcurses: remove excess empty linesrillig
2021-02-12tests/libcurses: query function arguments in consistent orderrillig
2021-02-12tests/libcurses: don't access args directlyrillig
2021-02-12tests/libcurses: replace ARG_CHTYPE_STRING with ARG_CHTYPErillig
2021-02-12tests/libcurses: add shortcut macros for SCREEN and unsigned intrillig
2021-02-12tests/libcurses: remove redundant commentsrillig
2021-02-12tests/libcurses: reduce boilerplate in function dispatcherrillig
2021-02-12tests/libcurses: reduce boilerplate in function dispatcherrillig
2021-02-09tests/libcurses: add missing space after control flow keywordsrillig
2021-02-09tests/libcurses: replace remaining strcasecmp with strcmprillig
2021-02-09tests/libcurses: fix spelling of the special call to DRAINrillig
2021-02-09tests/libcurses: compare function names case-sensitiverillig
2021-02-09tests/libcurses: fix scanf parameter for unsigned intrillig
2021-02-08tests/libcurses: fix off-by-one error in line numbers in diagnosticsrillig
2021-02-08tests/libcurses: use consistent indentation for grammar rulesrillig