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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow C0 codes to be registered names like the CSI/SS3s
Paul LeoNerd Evans
2008-02-10
2
-13
/
+30
*
Define an 'int' typedef called termkey_keysym to use as keysym values
Paul LeoNerd Evans
2008-02-10
2
-15
/
+17
*
Avoid use of GLib; use fixed-size internal arrays for CSI/SS3->keycode lookup
Paul LeoNerd Evans
2008-02-10
2
-53
/
+61
*
Interpret 8bit SS3/CSI codes and remaining C1s as C-A-letter
Paul LeoNerd Evans
2008-02-10
1
-2
/
+17
*
Handle (normal cases) of UTF-8 - still doesn't handle C1/UTF-8 range yet
Paul LeoNerd Evans
2008-02-09
2
-3
/
+171
*
Cope correctly with EOF
Paul LeoNerd Evans
2008-02-09
1
-1
/
+4
*
Replaced custom arg1/arg2 CSI parser with generic arg[16] one
Paul LeoNerd Evans
2008-02-07
1
-22
/
+34
*
Reworking of CSI/SS3/CSIfunc recognition; use registered numbers + names for ...
Paul LeoNerd Evans
2008-02-07
3
-168
/
+200
*
Denote general status with return codes, not special key symbols
Paul LeoNerd Evans
2008-02-07
3
-52
/
+54
*
Initial attempt
Paul LeoNerd Evans
2008-02-07
4
-0
/
+615
[prev]