Commit Graph

8 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 3465d5553f Make the tests work again
Our UTF-8 parsing now behaves differently, though.
2014-09-28 13:03:04 +02:00
Přemysl Eric Janouch 36bc6cd095 Move to iconv
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
2014-09-28 03:59:12 +02:00
Paul LeoNerd Evans 8aa5b7acb5 Unit tests should use .code.codepoint/.sym instead of not .code.number when appropriate 2014-03-05 01:11:45 +00:00
Paul LeoNerd Evans 50327ce6dc Use termkey_new_abstract() in unit tests 2012-01-26 12:55:34 +00:00
Paul LeoNerd Evans 6d6afe788c Allow passing fd = -1 to constructor to make an instance not associated with an fd; must use push_bytes to provide it input 2012-01-18 14:03:39 +00:00
Paul LeoNerd Evans 82ad14175c Added termkey_push_bytes(), a new API for providing input bytes 2012-01-18 13:39:50 +00:00
Paul LeoNerd Evans f1b3dff4c2 Extract UTF-8 sequence parser into its own function, fix bugs, apply unit tests 2011-03-31 23:42:52 +01:00
Paul LeoNerd Evans 739be0e55d Added unit tests for UTF-8 parser 2011-03-31 18:59:07 +01:00