aboutsummaryrefslogtreecommitdiff
path: root/termkey.h
Commit message (Expand)AuthorAgeFilesLines
* Reworked events to be type/code/mod rather than flags/code/mod; make F[n] key...Paul LeoNerd Evans2008-08-211-39/+24
* Renamed .h file's include guard to avoid a C reserved identifier spacePaul LeoNerd Evans2008-03-201-2/+2
* Renamed describe_sym to get_keynamePaul LeoNerd Evans2008-02-231-2/+1
* Moved termios magic out of demo.c into termkey.c where it belongsPaul LeoNerd Evans2008-02-231-0/+2
* Rearranged Home/End keys to better suit rxvt's naming, note 1/4 are now Find/...Paul LeoNerd Evans2008-02-231-2/+4
* Recognise full CSIfuncs list of F1 to F20 keysPaul LeoNerd Evans2008-02-101-0/+8
* Implement waittime polling to try to distinguish Esc, 1 from A-1, etc.. on sl...Paul LeoNerd Evans2008-02-101-0/+4
* Have 'termkey_advisereadable' return a value indicating if it's likely useful...Paul LeoNerd Evans2008-02-101-1/+2
* Allow registered keyinfo for C0/CSI/SS3/CSIfunc to override modifier bits; us...Paul LeoNerd Evans2008-02-101-0/+4
* Allow C0 codes to be registered names like the CSI/SS3sPaul LeoNerd Evans2008-02-101-0/+1
* Define an 'int' typedef called termkey_keysym to use as keysym valuesPaul LeoNerd Evans2008-02-101-6/+8
* Handle (normal cases) of UTF-8 - still doesn't handle C1/UTF-8 range yetPaul LeoNerd Evans2008-02-091-2/+4
* Reworking of CSI/SS3/CSIfunc recognition; use registered numbers + names for ...Paul LeoNerd Evans2008-02-071-1/+8
* Denote general status with return codes, not special key symbolsPaul LeoNerd Evans2008-02-071-6/+11
* Initial attemptPaul LeoNerd Evans2008-02-071-0/+113