Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the tests work again | Přemysl Janouch | 2014-09-28 | 1 | -50/+57 |
| | | | | Our UTF-8 parsing now behaves differently, though. | ||||
* | Make some more things 'const' that should be | Paul LeoNerd Evans | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | Use termkey_new_abstract() in unit tests | Paul LeoNerd Evans | 2012-01-26 | 1 | -1/+1 |
| | |||||
* | Allow passing fd = -1 to constructor to make an instance not associated with ↵ | Paul LeoNerd Evans | 2012-01-18 | 1 | -1/+1 |
| | | | | an fd; must use push_bytes to provide it input | ||||
* | Allow a flag to convert ASCII DEL into Backspace | Paul LeoNerd Evans | 2011-08-28 | 1 | -1/+17 |
| | |||||
* | Move canonicalisation flags into their own bitfield with their own accessor ↵ | Paul LeoNerd Evans | 2011-08-28 | 1 | -1/+1 |
| | | | | and named constants | ||||
* | Provide an explicit termkey_canonicalise() function; canonicalise Space/SP ↵ | Paul LeoNerd Evans | 2011-08-27 | 1 | -0/+51 |
in both directions |