aboutsummaryrefslogtreecommitdiff
path: root/demo-async.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of most block commentsPřemysl Janouch2014-10-141-1/+1
* Rename to termoPřemysl Janouch2014-10-141-17/+17
* CMake-ify, rename to termkey2 for the time beingPřemysl Janouch2014-10-091-1/+1
* Move to iconvPřemysl Janouch2014-09-281-4/+7
* Add -WextraPřemysl Janouch2014-09-231-0/+3
* WIP: Is mine now (^3^)Přemysl Janouch2014-09-231-40/+43
* <poll.h> on Solaris needs _XOPEN_SOURCE 600 to ensure it gets sigset_t - Petr...Paul LeoNerd Evans2011-08-251-0/+3
* Renamed snprint_key() to strfkey(); provide redirection trampolinePaul LeoNerd Evans2011-03-311-1/+1
* Renamed all type names to CamelCaseNames for visual distinctness, separate fr...Paul LeoNerd Evans2009-07-151-4/+4
* Linefeed properly in main() in demo filesPaul LeoNerd Evans2008-12-081-1/+2
* Make on_key() static in demo-async.c to shut up silly GCC warningsPaul LeoNerd Evans2008-11-241-1/+1
* Added compile-vs-runtime library version checksPaul LeoNerd Evans2008-11-161-0/+2
* Renamed termkey_{set,get}waittime() to termkey_{set,get}_waittime() to be mor...Paul LeoNerd Evans2008-11-061-1/+1
* Added asynchronous demo which uses poll()Paul LeoNerd Evans2008-11-061-0/+58