Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add clang-format configuration, clean up | Přemysl Eric Janouch | 2021-10-30 | 1 | -1/+0 |
| | |||||
* | Fix formatting | Přemysl Eric Janouch | 2021-06-29 | 1 | -2/+2 |
| | |||||
* | Fix a spurious "implicit fallthrough" warning | Přemysl Eric Janouch | 2020-10-26 | 1 | -4/+3 |
| | |||||
* | Fix strfkey with focus events | Přemysl Eric Janouch | 2020-09-14 | 1 | -0/+1 |
| | |||||
* | Implement de/focus event parsing | Přemysl Eric Janouch | 2020-09-14 | 1 | -0/+7 |
| | | | | So far there is no way to set it up, I'm not sure how to go about it. | ||||
* | Backport TERMKEY_FLAG_NOSTART and fix two leaks | Přemysl Janouch | 2016-12-30 | 1 | -11/+10 |
| | | | | ...that are notably still present in the original library. | ||||
* | Fix use of an uninitialized value | Přemysl Janouch | 2016-11-03 | 1 | -2/+1 |
| | |||||
* | Add termo_str{f,p}key_utf8() | Přemysl Janouch | 2016-10-04 | 1 | -35/+152 |
| | | | | Adding back some original UTF-8 handling code. | ||||
* | Fix mouse mode 1005 support | Přemysl Janouch | 2016-10-04 | 1 | -2/+1 |
| | |||||
* | Make ASCII NUL imply Ctrl-Space instead of C-@ | Přemysl Janouch | 2016-07-24 | 1 | -1/+9 |
| | | | | Seems mostly arbitrary. | ||||
* | Fix error handling in termo_strfkey() | Přemysl Janouch | 2015-10-31 | 1 | -2/+2 |
| | | | | | If in any case snprintf() returned a negative value, we would mishandle it. | ||||
* | Don't interpret an n*<Esc> as (n-1)*<Alt>-<Esc> | Přemysl Janouch | 2015-08-09 | 1 | -11/+22 |
| | |||||
* | Mark some issues | Přemysl Janouch | 2015-07-25 | 1 | -0/+4 |
| | |||||
* | Backport a change from libtermkey | Přemysl Janouch | 2015-04-11 | 1 | -1/+0 |
| | | | | "The Ctrl-H byte (0x08) shouldn't automatically become SYM_BACKSPACE" | ||||
* | Qt Creator screwed up formatting | Přemysl Janouch | 2014-11-19 | 1 | -2/+2 |
| | |||||
* | Rewrite the mouse API | Přemysl Janouch | 2014-11-19 | 1 | -9/+18 |
| | | | | | | | I wasn't aware of the fact that 1000, 1002 and 1003 are mutually exclusive and turn each other off. Also now it's not needed to set the protocol, it gets set by default. | ||||
* | Revert "Don't bother with endianity" | Přemysl Janouch | 2014-11-18 | 1 | -2/+7 |
| | | | | It makes iconv() output the byte order mark first... | ||||
* | Add support for setting the mouse protocol | Přemysl Janouch | 2014-10-22 | 1 | -0/+54 |
| | |||||
* | Don't bother with endianity | Přemysl Janouch | 2014-10-18 | 1 | -6/+2 |
| | | | | I hope this is correct... works for little endian (which is the odd one here). | ||||
* | Alignment | Přemysl Janouch | 2014-10-18 | 1 | -1/+1 |
| | |||||
* | Get rid of most block comments | Přemysl Janouch | 2014-10-14 | 1 | -41/+37 |
| | | | | They're rather difficult to maintain. | ||||
* | Renaming continued | Přemysl Janouch | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | Rename to termo | Přemysl Janouch | 2014-10-14 | 1 | -0/+1656 |