Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake-ify, rename to termkey2 for the time being | Přemysl Janouch | 2014-10-09 | 1 | -157/+0 |
| | |||||
* | Make the tests work again | Přemysl Janouch | 2014-09-28 | 1 | -116/+152 |
| | | | | Our UTF-8 parsing now behaves differently, though. | ||||
* | Added TERMKEY_FORMAT_LOWERSPACE for strpkey() also | Paul LeoNerd Evans | 2013-08-26 | 1 | -1/+9 |
| | |||||
* | Added TERMKEY_FORMAT_LOWERMOD | Paul LeoNerd Evans | 2013-08-26 | 1 | -6/+6 |
| | |||||
* | Added TERMKEY_FORMAT_SPACEMOD | Paul LeoNerd Evans | 2013-08-26 | 1 | -1/+9 |
| | |||||
* | Make some more things 'const' that should be | Paul LeoNerd Evans | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Bugfix termkey_strpkey parsing unicode with trailing content | Paul LeoNerd Evans | 2011-04-07 | 1 | -1/+9 |
| | |||||
* | Assert that termkey_strpkey's return points to endofstring after parse | Paul LeoNerd Evans | 2011-04-07 | 1 | -11/+22 |
| | |||||
* | Adjust termkey_strpkey() API more like strptime(); return pointer to end of ↵ | Paul LeoNerd Evans | 2011-04-01 | 1 | -30/+19 |
| | | | | recognised section, allows for stream parsing | ||||
* | Ensure strpkey can parse numbered function keys | Paul LeoNerd Evans | 2011-04-01 | 1 | -1/+8 |
| | |||||
* | Unicode codepoint is stored in key->code.codepoint, not code.number | Paul LeoNerd Evans | 2011-04-01 | 1 | -10/+10 |
| | |||||
* | Partial implementation of termkey_strpkey(3); missing FORMAT_WRAPBRACKET and ↵ | Paul LeoNerd Evans | 2011-04-01 | 1 | -0/+90 |
TYPE_FUNCTION support |