Terminal key input library
Go to file
Paul LeoNerd Evans 447a3e7ab9 strdup() needs 'define _XOPEN_SOURCE 600 - Petr Pavlu 2011-08-25 22:49:17 +01:00
t Bugfix to termkey_keycmp - implement sense in correct direction 2011-04-07 23:31:43 +01: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 Link against -lcurses not -lncurses, because these two might be different on some OSes (e.g. Solaris) - Petr Pavlu 2011-08-25 22:39:06 +01:00
demo-async.c Renamed snprint_key() to strfkey(); provide redirection trampoline 2011-03-31 11:08:43 +01:00
demo.c Provide a new result value, TERMKEY_RES_ERROR to indicate an IO error - preserve errno 2011-08-18 11:20:41 +01:00
driver-csi.c Also handle new 'fixterms' spec CSI codepoint;modifiers u encoding 2011-05-09 16:43:05 +01:00
driver-ti.c strdup() needs 'define _XOPEN_SOURCE 600 - Petr Pavlu 2011-08-25 22:49:17 +01:00
termkey-internal.h Moved mouse parsing code out of driver-ti.c into core termkey.c 2009-11-26 00:27:58 +00:00
termkey.c Ensure c_cc[VMIN] and c_cc[VTIME] are properly defined, because Solaris seems not to set them - Petr Pavlu 2011-08-25 22:41:43 +01:00
termkey.h.in Provide a flag to return RES_ERROR even on signal (EINTR); without it, retry the operation 2011-08-25 10:48:41 +01: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
termkey_advisereadable.3 Provide a flag to return RES_ERROR even on signal (EINTR); without it, retry the operation 2011-08-25 10:48:41 +01:00
termkey_get_fd.3 Various minor neatenings to manpage formatting 2011-04-03 18:44:48 +01:00
termkey_get_keyname.3 Various minor neatenings to manpage formatting 2011-04-03 18:44:48 +01:00
termkey_getkey.3.sh Refer to strfkey not snprint_key; add links to termkey_keycmp 2011-04-04 19:56:33 +01:00
termkey_interpret_mouse.3 Various minor neatenings to manpage formatting 2011-04-03 18:44:48 +01:00
termkey_keycmp.3 Fixed another couple of typoes in manpages 2011-04-04 19:06:34 +01:00
termkey_keyname2sym.3 Various minor neatenings to manpage formatting 2011-04-03 18:44:48 +01:00
termkey_lookup_keyname.3 Various minor neatenings to manpage formatting 2011-04-03 18:44:48 +01:00
termkey_new.3 Provide a flag to return RES_ERROR even on signal (EINTR); without it, retry the operation 2011-08-25 10:48:41 +01:00
termkey_set_flags.3 Various minor neatenings to manpage formatting 2011-04-03 18:44:48 +01:00
termkey_set_waittime.3 Various minor neatenings to manpage formatting 2011-04-03 18:44:48 +01:00
termkey_strfkey.3 Various minor neatenings to manpage formatting 2011-04-03 18:44:48 +01:00
termkey_strpkey.3 Refer to strfkey not snprint_key; add links to termkey_keycmp 2011-04-04 19:56:33 +01:00
termkey_waitkey.3.sh Provide a flag to return RES_ERROR even on signal (EINTR); without it, retry the operation 2011-08-25 10:48:41 +01:00