Terminal key input library
Go to file
Paul LeoNerd Evans 2c1bea4f15 Use a C99 flexible array member rather than the [0] hack 2008-12-02 01:05:47 +00:00
.bzrignore Added .bzrignore patterns for other built files 2008-11-16 12:44:02 +00:00
Makefile Export a gzip rather than bzip2 archive 2008-11-24 21:47:18 +00:00
demo-async.c Make on_key() static in demo-async.c to shut up silly GCC warnings 2008-11-24 22:07:13 +00:00
demo.c Added compile-vs-runtime library version checks 2008-11-16 12:40:14 +00:00
driver-csi.c Make CSI driver's debugging output messages on unrecognised sequences conditional on #ifdef DEBUG 2008-11-12 13:02:30 +00:00
driver-ti.c Use a C99 flexible array member rather than the [0] hack 2008-12-02 01:05:47 +00:00
termkey-internal.h Allow stacking drivers in a linked list; try all of them at getkey() time 2008-11-09 19:58:11 +00:00
termkey.c Added termkey_keyname2sym() to API 2008-12-02 00:56:43 +00:00
termkey.h.in Added termkey_keyname2sym() to API 2008-12-02 00:56:43 +00:00
termkey.pc.in Install a .pc file so that pkg-config works 2008-11-02 18:37:29 +00:00
termkey_advisereadable.3 Renamed termkey_{set,get}waittime() to termkey_{set,get}_waittime() to be more consistent 2008-11-06 20:29:50 +00:00
termkey_get_fd.3 Added termkey_get_fd() to API 2008-12-01 22:36:14 +00:00
termkey_get_keyname.3 Added termkey_keyname2sym() to API 2008-12-02 00:56:43 +00:00
termkey_getkey.3.sh Extra documentation about the three types of key event structure, and what the code members mean 2008-11-30 12:43:13 +00:00
termkey_keyname2sym.3 Added termkey_keyname2sym() to API 2008-12-02 00:56:43 +00:00
termkey_new.3 Added termkey_get_fd() to API 2008-12-01 22:36:14 +00:00
termkey_set_flags.3 Added documentation on termkey_{get,set}_flags() 2008-11-10 22:29:21 +00:00
termkey_set_waittime.3 Renamed termkey_{set,get}waittime() to termkey_{set,get}_waittime() to be more consistent 2008-11-06 20:29:50 +00:00
termkey_snprint_key.3 Added manpages for (most of) the external API functions 2008-11-06 00:02:41 +00:00
termkey_waitkey.3.sh Use shell natively to embed demo .c files in manpages rather than invoking sed, because OpenBSD's sed doesn't seem to like this 2008-11-28 19:58:16 +00:00