Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Terminfo driver needs to put terminal into 'keypad_xmit' mode when starting | Paul LeoNerd Evans | 2008-11-02 | 1 | -0/+23 |
* | Pass the 'force' value through to getkey_simple() | Paul LeoNerd Evans | 2008-11-02 | 1 | -1/+1 |
* | Added many more key symbols and names + translations from terminfo | Paul LeoNerd Evans | 2008-10-10 | 1 | -0/+24 |
* | Binary search terminfo funcname => termkey sym conversion, rather than linear | Paul LeoNerd Evans | 2008-10-10 | 1 | -3/+18 |
* | Added some TODO notes about handling realloc() failures | Paul LeoNerd Evans | 2008-10-09 | 1 | -1/+1 |
* | Better free() tracking in constructor failure cases | Paul LeoNerd Evans | 2008-10-09 | 1 | -0/+9 |
* | Pass 'term' string into new_driver virtual method; have drivers sensitive to ... | Paul LeoNerd Evans | 2008-10-09 | 1 | -2/+5 |
* | Added initial attempt at a terminfo-driven driver | Paul LeoNerd Evans | 2008-10-08 | 1 | -0/+189 |