Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake-ify, rename to termkey2 for the time being | Přemysl Janouch | 2014-10-09 | 1 | -40/+0 |
| | |||||
* | Make the tests work again | Přemysl Janouch | 2014-09-28 | 1 | -19/+24 |
| | | | | Our UTF-8 parsing now behaves differently, though. | ||||
* | Unit tests should use .code.codepoint/.sym instead of not .code.number when ↵ | Paul LeoNerd Evans | 2014-03-05 | 1 | -6/+6 |
| | | | | appropriate | ||||
* | Use termkey_new_abstract() in unit tests | Paul LeoNerd Evans | 2012-01-26 | 1 | -4/+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 | ||||
* | Added termkey_push_bytes(), a new API for providing input bytes | Paul LeoNerd Evans | 2012-01-18 | 1 | -8/+5 |
| | |||||
* | Added a unit test to assert the correct behaviour of FLAG_SPACESYMBOL from ↵ | Paul LeoNerd Evans | 2011-08-27 | 1 | -0/+41 |
waitkey |