Terminal key input library
Go to file
Paul LeoNerd Evans 0468355389 Docs fix for termkey_strfkey 2011-04-01 14:05:19 +01:00
t Adjust termkey_strpkey() API more like strptime(); return pointer to end of recognised section, allows for stream parsing 2011-04-01 13:49:20 +01:00
.bzrignore bzr ignore t/*.t 2011-03-31 11:41:14 +01:00
Makefile Created a little Test::More-like library for TAP testing 2011-03-31 12:11:19 +01:00
demo-async.c Renamed snprint_key() to strfkey(); provide redirection trampoline 2011-03-31 11:08:43 +01:00
demo.c Renamed snprint_key() to strfkey(); provide redirection trampoline 2011-03-31 11:08:43 +01:00
driver-csi.c Implement mouse catching also in CSI driver, in case xterm-alike terminal without 'key_mouse' terminfo string 2009-11-26 00:33:30 +00:00
driver-ti.c include <curses.h> before <term.h> as it's required in that order on Solaris 2011-03-30 20:24:06 +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 Add a couple more 'const' markings to API functions where appropriate 2011-04-01 13:55:36 +01:00
termkey.h.in Add a couple more 'const' markings to API functions where appropriate 2011-04-01 13:55:36 +01:00
termkey.pc.in Substitute version into termkey.pc.in at 'make dist' time 2008-12-15 20:49:59 +00:00
termkey_advisereadable.3 Renamed all type names to CamelCaseNames for visual distinctness, separate from variables/functions 2009-07-15 20:40:44 +01:00
termkey_get_fd.3 Renamed all type names to CamelCaseNames for visual distinctness, separate from variables/functions 2009-07-15 20:40:44 +01:00
termkey_get_keyname.3 Provide a termkey_lookup_keyname that can do partial buffer parsing 2011-04-01 13:26:54 +01:00
termkey_getkey.3.sh Return opaque mouse events in the key structure; add a function to interpret this into its component fields 2009-11-27 14:36:29 +00:00
termkey_interpret_mouse.3 Return opaque mouse events in the key structure; add a function to interpret this into its component fields 2009-11-27 14:36:29 +00:00
termkey_keyname2sym.3 Provide a termkey_lookup_keyname that can do partial buffer parsing 2011-04-01 13:26:54 +01:00
termkey_lookup_keyname.3 Provide a termkey_lookup_keyname that can do partial buffer parsing 2011-04-01 13:26:54 +01:00
termkey_new.3 Don't steal Ctrl-C from the kernel by default (so leave SIGINT enabled); add a flag to take it if required 2011-03-23 23:20:24 +00:00
termkey_set_flags.3 Renamed all type names to CamelCaseNames for visual distinctness, separate from variables/functions 2009-07-15 20:40:44 +01:00
termkey_set_waittime.3 Renamed all type names to CamelCaseNames for visual distinctness, separate from variables/functions 2009-07-15 20:40:44 +01:00
termkey_strfkey.3 Docs fix for termkey_strfkey 2011-04-01 14:05:19 +01:00
termkey_strpkey.3 Adjust termkey_strpkey() API more like strptime(); return pointer to end of recognised section, allows for stream parsing 2011-04-01 13:49:20 +01:00
termkey_waitkey.3.sh Updated manpages for function rename sprint_key -> strfkey 2011-03-31 15:42:32 +01:00