aboutsummaryrefslogtreecommitdiff
path: root/t/12strpkey.c
Commit message (Expand)AuthorAgeFilesLines
* Added TERMKEY_FORMAT_LOWERSPACE for strpkey() alsoPaul LeoNerd Evans2013-08-261-1/+9
* Added TERMKEY_FORMAT_LOWERMODPaul LeoNerd Evans2013-08-261-6/+6
* Added TERMKEY_FORMAT_SPACEMODPaul LeoNerd Evans2013-08-261-1/+9
* 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
* Bugfix termkey_strpkey parsing unicode with trailing contentPaul LeoNerd Evans2011-04-071-1/+9
* Assert that termkey_strpkey's return points to endofstring after parsePaul LeoNerd Evans2011-04-071-11/+22
* Adjust termkey_strpkey() API more like strptime(); return pointer to end of r...Paul LeoNerd Evans2011-04-011-30/+19
* Ensure strpkey can parse numbered function keysPaul LeoNerd Evans2011-04-011-1/+8
* Unicode codepoint is stored in key->code.codepoint, not code.numberPaul LeoNerd Evans2011-04-011-10/+10
* Partial implementation of termkey_strpkey(3); missing FORMAT_WRAPBRACKET and ...Paul LeoNerd Evans2011-04-011-0/+90