Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust termkey_strpkey() API more like strptime(); return pointer to end of ↵ | Paul LeoNerd Evans | 2011-04-01 | 1 | -30/+19 |
| | | | | recognised section, allows for stream parsing | ||||
* | Ensure strpkey can parse numbered function keys | Paul LeoNerd Evans | 2011-04-01 | 1 | -1/+8 |
| | |||||
* | Unicode codepoint is stored in key->code.codepoint, not code.number | Paul LeoNerd Evans | 2011-04-01 | 1 | -10/+10 |
| | |||||
* | Partial implementation of termkey_strpkey(3); missing FORMAT_WRAPBRACKET and ↵ | Paul LeoNerd Evans | 2011-04-01 | 1 | -0/+90 |
TYPE_FUNCTION support |