Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of most block comments | Přemysl Janouch | 2014-10-14 | 1 | -1/+1 |
| | | | | They're rather difficult to maintain. | ||||
* | Rename to termo | Přemysl Janouch | 2014-10-14 | 1 | -17/+17 |
| | |||||
* | CMake-ify, rename to termkey2 for the time being | Přemysl Janouch | 2014-10-09 | 1 | -1/+1 |
| | |||||
* | Move to iconv | Přemysl Janouch | 2014-09-28 | 1 | -4/+7 |
| | | | | | | | | | | | 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 | ||||
* | Add -Wextra | Přemysl Janouch | 2014-09-23 | 1 | -0/+3 |
| | |||||
* | WIP: Is mine now (^3^) | Přemysl Janouch | 2014-09-23 | 1 | -40/+43 |
| | | | | | | | | | | | | | | | | Seriously though, I've got some issues with how this thing is designed, as well as with its formatting, and when you add the fact that the original author wants to merge this thing into his bigger library that also handles terminal output, which I'll kindly leave to ncurses, it kind of makes sense for me to do this. Manpages have been removed as they are going to become obsolete and they're rather difficult to maintain. If anything, there will be Doxygen-generated documentation. The plan is to throw away any direct UTF-8 support and support all uni- and multibyte character encodings. However some unrelated refactoring is about to come first. | ||||
* | <poll.h> on Solaris needs _XOPEN_SOURCE 600 to ensure it gets sigset_t - ↵ | Paul LeoNerd Evans | 2011-08-25 | 1 | -0/+3 |
| | | | | Petr Pavlu | ||||
* | Renamed snprint_key() to strfkey(); provide redirection trampoline | Paul LeoNerd Evans | 2011-03-31 | 1 | -1/+1 |
| | |||||
* | Renamed all type names to CamelCaseNames for visual distinctness, separate ↵ | Paul LeoNerd Evans | 2009-07-15 | 1 | -4/+4 |
| | | | | from variables/functions | ||||
* | Linefeed properly in main() in demo files | Paul LeoNerd Evans | 2008-12-08 | 1 | -1/+2 |
| | |||||
* | Make on_key() static in demo-async.c to shut up silly GCC warnings | Paul LeoNerd Evans | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | Added compile-vs-runtime library version checks | Paul LeoNerd Evans | 2008-11-16 | 1 | -0/+2 |
| | |||||
* | Renamed termkey_{set,get}waittime() to termkey_{set,get}_waittime() to be ↵ | Paul LeoNerd Evans | 2008-11-06 | 1 | -1/+1 |
| | | | | more consistent | ||||
* | Added asynchronous demo which uses poll() | Paul LeoNerd Evans | 2008-11-06 | 1 | -0/+58 |