Terminal key input library
Go to file
Paul LeoNerd Evans b3647c4861 Avoid a memmove() every character by storing an intial offset for the input buffer, and only moving when it's more than half way across 2008-02-10 19:15:29 +00:00
Makefile Avoid use of GLib; use fixed-size internal arrays for CSI/SS3->keycode lookup 2008-02-10 17:34:05 +00:00
demo.c Reworking of CSI/SS3/CSIfunc recognition; use registered numbers + names for keys, rather than hardcoded 2008-02-07 02:21:14 +00:00
termkey.c Avoid a memmove() every character by storing an intial offset for the input buffer, and only moving when it's more than half way across 2008-02-10 19:15:29 +00:00
termkey.h Allow registered keyinfo for C0/CSI/SS3/CSIfunc to override modifier bits; use this to implement Shift-Tab as CSI Z 2008-02-10 19:03:36 +00:00