Terminal key input library
Go to file
Paul LeoNerd Evans c0f839c40d Make sure all .c->.o builds depend on all .h files 2008-11-03 21:22:47 +00:00
Makefile Make sure all .c->.o builds depend on all .h files 2008-11-03 21:22:47 +00:00
demo.c Gracefully handle constructor failure rather than SEGV 2008-10-09 22:41:07 +01:00
driver-csi.c Reuse common Esc-prefix code in getkey_simple() from CSI driver; avoids code duplication 2008-11-03 14:46:42 +00:00
driver-ti.c Recognise 'key_mouse' as an ignored terminfo key 2008-11-02 22:16:03 +00:00
termkey-internal.h Added new driver virtual methods 'start_driver' and 'stop_driver' 2008-11-02 17:54:24 +00:00
termkey.c Better handling of incomplete UTF-8 sequences - just emit a UTF8_INVALID if waittime is up 2008-11-03 21:10:14 +00:00
termkey.h Added many more key symbols and names + translations from terminfo 2008-10-10 01:11:24 +01:00
termkey.pc.in Install a .pc file so that pkg-config works 2008-11-02 18:37:29 +00:00