| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved mouse parsing code out of driver-ti.c into core termkey.c | Paul LeoNerd Evans | 2009-11-26 | 1 | -0/+1 |
* | Renamed all type names to CamelCaseNames for visual distinctness, separate fr... | Paul LeoNerd Evans | 2009-07-15 | 1 | -17/+17 |
* | Complete change of driver internals - peek and return size but don't eat byte... | Paul LeoNerd Evans | 2008-12-10 | 1 | -3/+2 |
* | Allow stacking drivers in a linked list; try all of them at getkey() time | Paul LeoNerd Evans | 2008-11-09 | 1 | -2/+8 |
* | Drivers have names | Paul LeoNerd Evans | 2008-11-08 | 1 | -0/+1 |
* | Pass driver_info as explicit void* parameter into driver methods | Paul LeoNerd Evans | 2008-11-08 | 1 | -4/+4 |
* | Added new driver virtual methods 'start_driver' and 'stop_driver' | Paul LeoNerd Evans | 2008-11-02 | 1 | -0/+2 |
* | 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 | -1/+1 |
* | Pass 'term' string into new_driver virtual method; have drivers sensitive to ... | Paul LeoNerd Evans | 2008-10-09 | 1 | -1/+1 |
* | Added initial attempt at a terminfo-driven driver | Paul LeoNerd Evans | 2008-10-08 | 1 | -0/+1 |
* | Pass an explicit 'force' parameter into driver's getkey rather than relying o... | Paul LeoNerd Evans | 2008-10-08 | 1 | -1/+1 |
* | Moved single byte and UTF-8 sequence recombiner out of driver-csi.c back into... | Paul LeoNerd Evans | 2008-10-08 | 1 | -11/+1 |
* | Moved all of the C0 registration and 'do_codepoint' logic out of driver-csi b... | Paul LeoNerd Evans | 2008-10-08 | 1 | -0/+22 |
* | s/eatbytes/eat_bytes/ - nicer API name | Paul LeoNerd Evans | 2008-10-07 | 1 | -1/+1 |
* | Moved 'eatbytes' back into core code, put a code ptr in the termkey struct as... | Paul LeoNerd Evans | 2008-10-07 | 1 | -0/+6 |
* | Use vtable in driver to indirect calls to the CSI driver | Paul LeoNerd Evans | 2008-10-06 | 1 | -3/+4 |
* | Moved CSI-related code out of termkey.c into new driver-csi.c | Paul LeoNerd Evans | 2008-10-06 | 1 | -0/+39 |