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
...
*
Nicer names for modifiers on printed output
Paul LeoNerd Evans
2008-02-23
1
-6
/
+6
*
Rearranged Home/End keys to better suit rxvt's naming, note 1/4 are now Find/...
Paul LeoNerd Evans
2008-02-23
2
-4
/
+8
*
Recognise full CSIfuncs list of F1 to F20 keys
Paul LeoNerd Evans
2008-02-10
2
-0
/
+20
*
Bugfix for unknown CSIfuncs
Paul LeoNerd Evans
2008-02-10
1
-1
/
+1
*
Implement growing the buffer after input
Paul LeoNerd Evans
2008-02-10
1
-2
/
+5
*
More robust eatbytes() that guards against the buffer going negative, because...
Paul LeoNerd Evans
2008-02-10
1
-4
/
+5
*
Implement waittime polling to try to distinguish Esc, 1 from A-1, etc.. on sl...
Paul LeoNerd Evans
2008-02-10
2
-11
/
+93
*
Have 'termkey_advisereadable' return a value indicating if it's likely useful...
Paul LeoNerd Evans
2008-02-10
2
-5
/
+11
*
Avoid a memmove() every character by storing an intial offset for the input b...
Paul LeoNerd Evans
2008-02-10
1
-23
/
+39
*
Allow registered keyinfo for C0/CSI/SS3/CSIfunc to override modifier bits; us...
Paul LeoNerd Evans
2008-02-10
2
-27
/
+74
*
Also register 0x0d as another version of the ENTER key
Paul LeoNerd Evans
2008-02-10
1
-0
/
+1
*
Interpret XTerm's CSI 27 ~ as modified generic key, report keypresses as appr...
Paul LeoNerd Evans
2008-02-10
1
-3
/
+9
*
Move most functionallity from getkey to 'do_codepoint()'
Paul LeoNerd Evans
2008-02-10
1
-141
/
+102
*
Bugfix to fill_utf8() to make it actually work right
Paul LeoNerd Evans
2008-02-10
1
-2
/
+3
*
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]