summaryrefslogtreecommitdiff
path: root/tests/lib/libcurses
AgeCommit message (Expand)Author
2015-01-04add proper include files.christos
2014-01-19Remove -O0 from CPPFLAGS, and instead setapb
2014-01-19Remove "-g" from CPPFLAGS and LDFLAGS in curses tests.apb
2013-11-21Add carriage return to list of valid character substitutions.blymn
2013-11-21Add carriage return to the quoted character listblymn
2013-11-09Update check files to match fixed behaviour for addchstrblymn
2012-09-19* Add scanw family function calls as input functionsblymn
2012-09-19* Fix mvscanw returnblymn
2012-06-03Switch terminfo(3) to cdb(5).joerg
2012-06-03Spell NetBSD correctly.joerg
2011-10-07Fix off-by-one error and simplify at the same time.joerg
2011-09-16- Update the check files due to a bug fix in the slave codeblymn
2011-09-15fix printf format stringschristos
2011-09-15- Add erase and kill to the terminal attributes so we can testblymn
2011-09-15- add support for getparyx and getyx callsblymn
2011-09-15Remove the beep test for the moment, the return code does not conformblymn
2011-09-08It's ATFFILE=no, not NOATFFILE=true. This fixes the contents of thejmmv
2011-09-08Remove temporary file committed by mistake.jmmv
2011-09-08- Add a delay just after the function is passed to the slave, thisblymn
2011-08-29- err -> errx mistakeschristos
2011-08-29fix bug where we read the same argument twice. Name the timeout val thechristos
2011-08-29comment out racy test that I will not bother fixing for now.christos
2011-08-29change comparend to compare so that this passes now.christos
2011-08-29This could have never worked before since the syntax was wrong. Unfortunatelychristos
2011-08-29we never get the b character since we timeout and drain!christos
2011-08-29make sure that our terminal has a consistent size now that terminfo obeyschristos
2011-08-18Fix enums confusion.christos
2011-08-17document non-literal format stringschristos
2011-06-29apply some -Wno-enum-compare.mrg
2011-06-18Try to initialize retval to something sensible.joerg
2011-06-18input() isn't usedjoerg
2011-06-17Remove environment variable settings.christos
2011-06-17vis'ify the excess byte printing so that xstlproc does not barf.christos
2011-06-17turn off verbosechristos
2011-06-17turn on warningschristos
2011-06-17- pass things in arguments instead of environmentchristos
2011-06-11Turn warns on for all tests and fix all the bugs.christos
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2011-05-15add missing header files.christos
2011-05-15if you don't include the proper include files, you are going to end upchristos
2011-04-21Allow a NULL pointer to be passed as an argument to a call.blymn
2011-04-20Add boolean values to the standard definitions.blymn
2011-04-19Manually craft a (default) termios description instead of trying to fetchmartin
2011-04-13Explicitly list -lterminfo after -lcurses, to support static builds.he
2011-04-11Don't fail on platforms with "char" == "unsigned char"joerg
2011-04-11Apply patch provided by mrg to fix bad calls to vw_printw and vw_scanwblymn
2011-04-11Fix NetBSD tag field.blymn
2011-04-11Fix incorrect call example.blymn
2011-04-11Incorrect licence was applied - fix this.blymn
2011-04-10Fix obvious bug.dholland