aboutsummaryrefslogtreecommitdiff
path: root/termkey-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Added new driver virtual methods 'start_driver' and 'stop_driver'Paul LeoNerd Evans2008-11-021-0/+2
* Pass the 'force' value through to getkey_simple()Paul LeoNerd Evans2008-11-021-1/+1
* 'int' might not be wide enough to hold any Unicode codepoint; use 'long'Paul LeoNerd Evans2008-10-101-1/+1
* Pass 'term' string into new_driver virtual method; have drivers sensitive to ...Paul LeoNerd Evans2008-10-091-1/+1
* Added initial attempt at a terminfo-driven driverPaul LeoNerd Evans2008-10-081-0/+1
* Pass an explicit 'force' parameter into driver's getkey rather than relying o...Paul LeoNerd Evans2008-10-081-1/+1
* Moved single byte and UTF-8 sequence recombiner out of driver-csi.c back into...Paul LeoNerd Evans2008-10-081-11/+1
* Moved all of the C0 registration and 'do_codepoint' logic out of driver-csi b...Paul LeoNerd Evans2008-10-081-0/+22
* s/eatbytes/eat_bytes/ - nicer API namePaul LeoNerd Evans2008-10-071-1/+1
* Moved 'eatbytes' back into core code, put a code ptr in the termkey struct as...Paul LeoNerd Evans2008-10-071-0/+6
* Use vtable in driver to indirect calls to the CSI driverPaul LeoNerd Evans2008-10-061-3/+4
* Moved CSI-related code out of termkey.c into new driver-csi.cPaul LeoNerd Evans2008-10-061-0/+39