aboutsummaryrefslogtreecommitdiff
path: root/t/20canon.c
Commit message (Expand)AuthorAgeFilesLines
* CMake-ify, rename to termkey2 for the time beingPřemysl Janouch2014-10-091-74/+0
* Make the tests work againPřemysl Janouch2014-09-281-50/+57
* Make some more things 'const' that should bePaul LeoNerd Evans2013-07-151-1/+1
* Use termkey_new_abstract() in unit testsPaul LeoNerd Evans2012-01-261-1/+1
* Allow passing fd = -1 to constructor to make an instance not associated with ...Paul LeoNerd Evans2012-01-181-1/+1
* Allow a flag to convert ASCII DEL into BackspacePaul LeoNerd Evans2011-08-281-1/+17
* Move canonicalisation flags into their own bitfield with their own accessor a...Paul LeoNerd Evans2011-08-281-1/+1
* Provide an explicit termkey_canonicalise() function; canonicalise Space/SP in...Paul LeoNerd Evans2011-08-271-0/+51