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
/
driver-csi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass the 'force' value through to getkey_simple()
Paul LeoNerd Evans
2008-11-02
1
-1
/
+1
*
'int' might not be wide enough to hold any Unicode codepoint; use 'long'
Paul LeoNerd Evans
2008-10-10
1
-3
/
+3
*
Added some TODO notes about handling realloc() failures
Paul LeoNerd Evans
2008-10-09
1
-0
/
+1
*
Better free() tracking in constructor failure cases
Paul LeoNerd Evans
2008-10-09
1
-0
/
+9
*
Pass 'term' string into new_driver virtual method; have drivers sensitive to ...
Paul LeoNerd Evans
2008-10-09
1
-1
/
+11
*
Moved all of the keynames out from driver-csi into termkey; where they belong
Paul LeoNerd Evans
2008-10-08
1
-34
/
+34
*
Pass an explicit 'force' parameter into driver's getkey rather than relying o...
Paul LeoNerd Evans
2008-10-08
1
-10
/
+10
*
Moved single byte and UTF-8 sequence recombiner out of driver-csi.c back into...
Paul LeoNerd Evans
2008-10-08
1
-92
/
+2
*
Moved all of the C0 registration and 'do_codepoint' logic out of driver-csi b...
Paul LeoNerd Evans
2008-10-08
1
-146
/
+10
*
s/eatbytes/eat_bytes/ - nicer API name
Paul LeoNerd Evans
2008-10-07
1
-13
/
+13
*
Moved 'eatbytes' back into core code, put a code ptr in the termkey struct as...
Paul LeoNerd Evans
2008-10-07
1
-32
/
+13
*
Moved CSI key registration code to be private to CSI driver
Paul LeoNerd Evans
2008-10-06
1
-24
/
+98
*
Use vtable in driver to indirect calls to the CSI driver
Paul LeoNerd Evans
2008-10-06
1
-3
/
+10
*
Moved CSI-related code out of termkey.c into new driver-csi.c
Paul LeoNerd Evans
2008-10-06
1
-0
/
+582