index
:
termo
master
term-string
origin/master
Terminal key input library
Přemysl Eric Janouch <p@janouch.name>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
termkey.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Implement waittime polling to try to distinguish Esc, 1 from A-1, etc.. on ↵
Paul LeoNerd Evans
2008-02-10
1
-0
/
+4
|
|
|
|
slow terminals
*
Have 'termkey_advisereadable' return a value indicating if it's likely ↵
Paul LeoNerd Evans
2008-02-10
1
-1
/
+2
|
|
|
|
useful to call it again
*
Allow registered keyinfo for C0/CSI/SS3/CSIfunc to override modifier bits; ↵
Paul LeoNerd Evans
2008-02-10
1
-0
/
+4
|
|
|
|
use this to implement Shift-Tab as CSI Z
*
Allow C0 codes to be registered names like the CSI/SS3s
Paul LeoNerd Evans
2008-02-10
1
-0
/
+1
|
*
Define an 'int' typedef called termkey_keysym to use as keysym values
Paul LeoNerd Evans
2008-02-10
1
-6
/
+8
|
*
Handle (normal cases) of UTF-8 - still doesn't handle C1/UTF-8 range yet
Paul LeoNerd Evans
2008-02-09
1
-2
/
+4
|
*
Reworking of CSI/SS3/CSIfunc recognition; use registered numbers + names for ↵
Paul LeoNerd Evans
2008-02-07
1
-1
/
+8
|
|
|
|
keys, rather than hardcoded
*
Denote general status with return codes, not special key symbols
Paul LeoNerd Evans
2008-02-07
1
-6
/
+11
|
*
Initial attempt
Paul LeoNerd Evans
2008-02-07
1
-0
/
+113