Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bugfix to snprint_cameltospaces() when given a short buffer [thanks Romain ↵ | Paul LeoNerd Evans | 2013-08-26 | 1 | -1/+10 |
| | | | | Chossart] | ||||
* | Added TERMKEY_FORMAT_LOWERSPACE for strfkey() only | Paul LeoNerd Evans | 2013-08-26 | 1 | -1/+9 |
| | |||||
* | Added TERMKEY_FORMAT_LOWERMOD | Paul LeoNerd Evans | 2013-08-26 | 1 | -1/+11 |
| | |||||
* | Added TERMKEY_FORMAT_SPACEMOD | Paul LeoNerd Evans | 2013-08-26 | 1 | -1/+14 |
| | |||||
* | Use termkey_new_abstract() in unit tests | Paul LeoNerd Evans | 2012-01-26 | 1 | -1/+1 |
| | |||||
* | Allow passing fd = -1 to constructor to make an instance not associated with ↵ | Paul LeoNerd Evans | 2012-01-18 | 1 | -1/+1 |
| | | | | an fd; must use push_bytes to provide it input | ||||
* | Ensure strpkey can parse numbered function keys | Paul LeoNerd Evans | 2011-04-01 | 1 | -1/+13 |
| | |||||
* | Unicode codepoint is stored in key->code.codepoint, not code.number | Paul LeoNerd Evans | 2011-04-01 | 1 | -3/+3 |
| | |||||
* | Added some unit tests for termkey_strfkey(3) | Paul LeoNerd Evans | 2011-03-31 | 1 | -0/+85 |