Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass 'term' string into new_driver virtual method; have drivers sensitive to ↵ | Paul LeoNerd Evans | 2008-10-09 | 1 | -1/+1 |
| | | | | it and return NULL if they can't handle. Try CSI driver first; only for xterm-alikes | ||||
* | 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 ↵ | Paul LeoNerd Evans | 2008-10-08 | 1 | -1/+1 |
| | | | | on non-zero waittime | ||||
* | Moved single byte and UTF-8 sequence recombiner out of driver-csi.c back ↵ | Paul LeoNerd Evans | 2008-10-08 | 1 | -11/+1 |
| | | | | into termkey.c | ||||
* | Moved all of the C0 registration and 'do_codepoint' logic out of driver-csi ↵ | Paul LeoNerd Evans | 2008-10-08 | 1 | -0/+22 |
| | | | | back into termkey via another protected method 'emit_codepoint' | ||||
* | 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 ↵ | Paul LeoNerd Evans | 2008-10-07 | 1 | -0/+6 |
| | | | | as a "protected" method | ||||
* | 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 |