Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -21/+8 |
| | |||||
* | Provide new API function to determine how much buffer space remains in the ↵ | Paul LeoNerd Evans | 2012-01-18 | 1 | -1/+25 |
| | | | | instance | ||||
* | #include termkey.h from the correct path in unit tests | Paul LeoNerd Evans | 2011-03-31 | 1 | -1/+1 |
| | |||||
* | Added some unit testing for termkey_getkey(3) and friends | Paul LeoNerd Evans | 2011-03-31 | 1 | -0/+60 |