Terminal key input library
Go to file
Paul LeoNerd Evans cb00476f09 Added a termkey_is_started() accessor; unit test it a bit 2012-03-08 21:24:39 +00:00
man Also link to termkey_{get,set}_buffer_size(3) from termkey(7) 2012-03-08 14:35:47 +00:00
t Added a termkey_is_started() accessor; unit test it a bit 2012-03-08 21:24:39 +00:00
.bzrignore bzr ignore t/*.t 2011-03-31 11:41:14 +01:00
LICENSE Include a LICENSE file 2011-07-01 17:05:35 +01:00
Makefile Bump VERSION to 0.13 2012-03-08 13:54:44 +00:00
demo-async.c <poll.h> on Solaris needs _XOPEN_SOURCE 600 to ensure it gets sigset_t - Petr Pavlu 2011-08-25 22:52:06 +01:00
demo.c \e string escape is not portable; use \033 2012-01-18 16:36:10 +00:00
driver-csi.c Document the errors set by termkey_new(), use errno rather than fprintf() to stderr 2012-01-29 16:13:38 +00:00
driver-ti.c Don't try to write() the start/stop string if the fd is a pipe, because this will never work 2012-01-20 20:01:11 +00:00
termkey-internal.h Move the terminal start/stop code into their own functions, exported (undocumented for now) 2012-03-08 21:15:25 +00:00
termkey.c Added a termkey_is_started() accessor; unit test it a bit 2012-03-08 21:24:39 +00:00
termkey.h.in Added a termkey_is_started() accessor; unit test it a bit 2012-03-08 21:24:39 +00:00
termkey.pc.in Put LIBDIR and INCDIR directly in termkey.pc; don't indirect via PREFIX as it might be incorrect 2011-07-01 17:04:12 +01:00