aboutsummaryrefslogtreecommitdiff
path: root/t/11strfkey.c
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix to snprint_cameltospaces() when given a short buffer [thanks Romain ↵Paul LeoNerd Evans2013-08-261-1/+10
| | | | Chossart]
* Added TERMKEY_FORMAT_LOWERSPACE for strfkey() onlyPaul LeoNerd Evans2013-08-261-1/+9
|
* Added TERMKEY_FORMAT_LOWERMODPaul LeoNerd Evans2013-08-261-1/+11
|
* Added TERMKEY_FORMAT_SPACEMODPaul LeoNerd Evans2013-08-261-1/+14
|
* 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
| | | | an fd; must use push_bytes to provide it input
* Ensure strpkey can parse numbered function keysPaul LeoNerd Evans2011-04-011-1/+13
|
* Unicode codepoint is stored in key->code.codepoint, not code.numberPaul LeoNerd Evans2011-04-011-3/+3
|
* Added some unit tests for termkey_strfkey(3)Paul LeoNerd Evans2011-03-311-0/+85