aboutsummaryrefslogtreecommitdiff
path: root/termkey.h
Commit message (Expand)AuthorAgeFilesLines
* 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