Paul LeoNerd Evans
|
e76b195c59
|
Moved all of the keynames out from driver-csi into termkey; where they belong
|
2008-10-08 02:00:22 +01:00 |
Paul LeoNerd Evans
|
10d3024a6a
|
Pass an explicit 'force' parameter into driver's getkey rather than relying on non-zero waittime
|
2008-10-08 00:44:33 +01:00 |
Paul LeoNerd Evans
|
ac6cae29bb
|
Moved single byte and UTF-8 sequence recombiner out of driver-csi.c back into termkey.c
|
2008-10-08 00:36:27 +01:00 |
Paul LeoNerd Evans
|
d46f72fc1a
|
Moved all of the C0 registration and 'do_codepoint' logic out of driver-csi back into termkey via another protected method 'emit_codepoint'
|
2008-10-08 00:12:41 +01:00 |
Paul LeoNerd Evans
|
8407c53726
|
s/eatbytes/eat_bytes/ - nicer API name
|
2008-10-07 23:57:01 +01:00 |
Paul LeoNerd Evans
|
145dca73b2
|
Moved 'eatbytes' back into core code, put a code ptr in the termkey struct as a "protected" method
|
2008-10-07 22:22:59 +01:00 |
Paul LeoNerd Evans
|
d7358c43af
|
Moved CSI key registration code to be private to CSI driver
|
2008-10-06 23:53:25 +01:00 |
Paul LeoNerd Evans
|
e3eca8d51a
|
Use vtable in driver to indirect calls to the CSI driver
|
2008-10-06 23:36:14 +01:00 |
Paul LeoNerd Evans
|
f5c6ecf9af
|
Moved CSI-related code out of termkey.c into new driver-csi.c
|
2008-10-06 23:27:19 +01:00 |