aboutsummaryrefslogtreecommitdiff
path: root/driver-ti.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Pass the 'force' value through to getkey_simple()Paul LeoNerd Evans2008-11-021-1/+1
|
* Added many more key symbols and names + translations from terminfoPaul LeoNerd Evans2008-10-101-0/+24
|
* Binary search terminfo funcname => termkey sym conversion, rather than linearPaul LeoNerd Evans2008-10-101-3/+18
|
* Added some TODO notes about handling realloc() failuresPaul LeoNerd Evans2008-10-091-1/+1
|
* Better free() tracking in constructor failure casesPaul LeoNerd Evans2008-10-091-0/+9
|
* Pass 'term' string into new_driver virtual method; have drivers sensitive to ↵Paul LeoNerd Evans2008-10-091-2/+5
| | | | it and return NULL if they can't handle. Try CSI driver first; only for xterm-alikes
* Added initial attempt at a terminfo-driven driverPaul LeoNerd Evans2008-10-081-0/+189