aboutsummaryrefslogtreecommitdiff
path: root/t/02getkey.c
Commit message (Collapse)AuthorAgeFilesLines
* CMake-ify, rename to termkey2 for the time beingPřemysl Janouch2014-10-091-92/+0
|
* Make the tests work againPřemysl Janouch2014-09-281-42/+59
| | | | Our UTF-8 parsing now behaves differently, though.
* Move to iconvPřemysl Janouch2014-09-281-4/+4
| | | | | | | | | | | That is the major change in this commit. Also Ctrl-modified keys now should work in URxvt, which was surprisingly trivial to achieve. Coming up next: - making sure the tests still work - introducing CMake
* Unit tests should use .code.codepoint/.sym instead of not .code.number when ↵Paul LeoNerd Evans2014-03-051-7/+7
| | | | appropriate
* Always load the CSI driver because it contains cross-terminal mouse and CSI ↵Paul LeoNerd Evans2012-04-241-1/+9
| | | | u handling
* Use termkey_new_abstract() in unit testsPaul LeoNerd Evans2012-01-261-5/+1
|
* \e string escape is not portable; use \033Paul LeoNerd Evans2012-01-181-2/+2
|
* 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
* Added termkey_push_bytes(), a new API for providing input bytesPaul LeoNerd Evans2012-01-181-21/+8
|
* Provide new API function to determine how much buffer space remains in the ↵Paul LeoNerd Evans2012-01-181-1/+25
| | | | instance
* #include termkey.h from the correct path in unit testsPaul LeoNerd Evans2011-03-311-1/+1
|
* Added some unit testing for termkey_getkey(3) and friendsPaul LeoNerd Evans2011-03-311-0/+60