Terminal key input library
Go to file
Paul LeoNerd Evans 3474a45b14 Avoid push_bytes() entirely by read()ing directly into tk->buffer 2012-01-18 10:07:36 +00:00
t Provide new API function to determine how much buffer space remains in the instance 2012-01-18 10:04:15 +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.11 2011-11-30 17:53:38 +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 optarg and friends want _XOPEN_SOURCE 600, and <unistd.h> - Petr Pavlu 2011-08-25 22:49:51 +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 Optionally support unibilium for reading terminfo instead of curses 2011-09-24 00:04:01 +01:00
termkey-internal.h Move canonicalisation flags into their own bitfield with their own accessor and named constants 2011-08-28 17:50:18 +01:00
termkey.c Avoid push_bytes() entirely by read()ing directly into tk->buffer 2012-01-18 10:07:36 +00:00
termkey.h.in Provide new API function to determine how much buffer space remains in the instance 2012-01-18 10:04:15 +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
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_canonicalise.3 Allow a flag to convert ASCII DEL into Backspace 2011-08-28 17:57:57 +01:00
termkey_get_buffer_remaining.3 Provide new API function to determine how much buffer space remains in the instance 2012-01-18 10:04:15 +00: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 Provide an explicit termkey_canonicalise() function; canonicalise Space/SP in both directions 2011-08-27 19:59:02 +01:00
termkey_interpret_mouse.3 Various minor neatenings to manpage formatting 2011-04-03 18:44:48 +01:00
termkey_keycmp.3 Canonicalise (a local copy of) the key structures given to termkey_keycmp() before comparing them 2011-09-06 22:49:05 +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 new API function to determine how much buffer space remains in the instance 2012-01-18 10:04:15 +00:00
termkey_set_canonflags.3 Minor manpage link fixups 2011-09-29 20:18:49 +01:00
termkey_set_flags.3 Various minor neatenings to manpage formatting 2011-04-03 18:44:48 +01:00
termkey_set_waittime.3 Minor manpage link fixups 2011-09-29 20:18:49 +01:00
termkey_strfkey.3 Various minor neatenings to manpage formatting 2011-04-03 18:44:48 +01:00
termkey_strpkey.3 Provide an explicit termkey_canonicalise() function; canonicalise Space/SP in both directions 2011-08-27 19:59:02 +01:00
termkey_waitkey.3.sh Provide an explicit termkey_canonicalise() function; canonicalise Space/SP in both directions 2011-08-27 19:59:02 +01:00