Terminal key input library
Go to file
Paul LeoNerd Evans d08c0844a4 Slightly more generic custom CSI handling - name functions just after the letter they parse, so we can multiplex on 'cmd' or other things 2012-11-30 15:23:41 +00:00
man Also interpret an intermediate CSI byte if present 2012-11-30 14:43:00 +00:00
t Also interpret an intermediate CSI byte if present 2012-11-30 14:43:00 +00:00
.bzrignore Created a demo to show libtermkey in a GLib-based program 2012-04-01 20:04:01 +01:00
LICENSE Include a LICENSE file 2011-07-01 17:05:35 +01:00
Makefile Make the generated termkey.h file readonly 2012-11-30 15:00:21 +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-glib.c Created a demo to show libtermkey in a GLib-based program 2012-04-01 20:04:01 +01:00
demo.c Have demo.c request cursor position on '?'; print position reports and mouse nicer 2012-04-25 18:32:18 +01:00
driver-csi.c Slightly more generic custom CSI handling - name functions just after the letter they parse, so we can multiplex on 'cmd' or other things 2012-11-30 15:23:41 +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 Return a real key type for unrecognised CSI sequences; allow accessing them by termkey_interpret_csi() 2012-11-30 14:35:23 +00:00
termkey.c Moved the other termkey_interpret_*() functions into driver-csi.c where they arguably belong 2012-11-30 15:01:20 +00:00
termkey.h.in Return a real key type for unrecognised CSI sequences; allow accessing them by termkey_interpret_csi() 2012-11-30 14:35:23 +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