aboutsummaryrefslogtreecommitdiff
path: root/demo-glib.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix condition in demo-glib.cPřemysl Janouch2016-11-031-1/+1
|
* Rename to termoPřemysl Janouch2014-10-141-16/+16
|
* CMake-ify, rename to termkey2 for the time beingPřemysl Janouch2014-10-091-1/+1
|
* Move to iconvPřemysl Janouch2014-09-281-2/+9
| | | | | | | | | | | 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
* WIP: Is mine now (^3^)Přemysl Janouch2014-09-231-43/+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.
* Created a demo to show libtermkey in a GLib-based programPaul LeoNerd Evans2012-04-011-0/+65