Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update .gitignore | Přemysl Eric Janouch | 2021-10-30 | 1 | -0/+2 |
| | |||||
* | Add clang-format configuration, clean up | Přemysl Eric Janouch | 2021-10-30 | 6 | -5/+33 |
| | |||||
* | Ensure we turn off focus tracking on exit | Přemysl Eric Janouch | 2021-06-29 | 1 | -1/+2 |
| | |||||
* | Enable focus tracking opportunistically | Přemysl Eric Janouch | 2021-06-29 | 2 | -2/+8 |
| | |||||
* | Make note of urxvt 9.25's 1006 support | Přemysl Eric Janouch | 2021-06-29 | 1 | -1/+2 |
| | |||||
* | Fix formatting | Přemysl Eric Janouch | 2021-06-29 | 1 | -2/+2 |
| | |||||
* | CMakeLists.txt: make this build in OpenBSD | Přemysl Eric Janouch | 2020-10-29 | 1 | -0/+6 |
| | |||||
* | CMakeLists.txt: omit end{if,foreach} expressions | Přemysl Eric Janouch | 2020-10-29 | 1 | -8/+8 |
| | | | | Their usefulness was almost negative. | ||||
* | README.adoc: update to reflect the current state | Přemysl Eric Janouch | 2020-10-26 | 1 | -6/+7 |
| | |||||
* | Bump minimum CMake version to 3.0 | Přemysl Eric Janouch | 2020-10-26 | 3 | -24/+13 |
| | | | | A nice, round number. This allows us to remove some boilerplate. | ||||
* | 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 |
| | |||||
* | Get rid of one CMake dev warning | Přemysl Eric Janouch | 2020-09-14 | 2 | -14/+14 |
| | |||||
* | Implement de/focus event parsing | Přemysl Eric Janouch | 2020-09-14 | 6 | -1/+69 |
| | | | | So far there is no way to set it up, I'm not sure how to go about it. | ||||
* | Name change | Přemysl Eric Janouch | 2020-09-14 | 3 | -4/+4 |
| | |||||
* | Remove .travis.yml | Přemysl Janouch | 2018-06-24 | 1 | -39/+0 |
| | | | | | | We don't depend on any proprietary services no longer. I'll have to make my own replacements with blackjack and hookers. Until then, the file stays in the commit log as an example. | ||||
* | Update README | Přemysl Janouch | 2018-06-24 | 1 | -5/+5 |
| | |||||
* | Update mail address | Přemysl Janouch | 2018-06-24 | 3 | -3/+3 |
| | |||||
* | CMakeLists.txt: fix variable name | Přemysl Janouch | 2018-06-24 | 1 | -2/+2 |
| | |||||
* | Update README | Přemysl Janouch | 2017-06-20 | 1 | -0/+2 |
| | |||||
* | Put tests in a "namespace" | Přemysl Janouch | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | Travis CI: brevify notifications | Přemysl Janouch | 2017-06-20 | 1 | -0/+6 |
| | |||||
* | Backport TERMKEY_FLAG_NOSTART and fix two leaks | Přemysl Janouch | 2016-12-30 | 3 | -13/+14 |
| | | | | ...that are notably still present in the original library. | ||||
* | Fix use of an uninitialized value | Přemysl Janouch | 2016-11-03 | 1 | -2/+1 |
| | |||||
* | Try to fix terminfo loading | Přemysl Janouch | 2016-11-03 | 1 | -7/+13 |
| | | | | | | It could lead to crashing the PTY under OpenBSD and ncurses. Fixed some unibiliums leaks while at it. | ||||
* | Fix condition in demo-glib.c | Přemysl Janouch | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | Use termo_str{f,p}key_utf8 in tests | Přemysl Janouch | 2016-10-04 | 4 | -45/+45 |
| | | | | No need to be locale dependent here. | ||||
* | Add termo_str{f,p}key_utf8() | Přemysl Janouch | 2016-10-04 | 2 | -35/+157 |
| | | | | Adding back some original UTF-8 handling code. | ||||
* | Fix mouse mode 1005 support | Přemysl Janouch | 2016-10-04 | 1 | -2/+1 |
| | |||||
* | Fix cursor keys etc. in unibilium | Přemysl Janouch | 2016-09-27 | 1 | -2/+2 |
| | | | | unibi_pkey_xmit was the wrong constant. | ||||
* | Make ASCII NUL imply Ctrl-Space instead of C-@ | Přemysl Janouch | 2016-07-24 | 2 | -2/+19 |
| | | | | Seems mostly arbitrary. | ||||
* | Make unibilium work at all | Přemysl Janouch | 2016-07-24 | 2 | -11/+22 |
| | |||||
* | Fix README | Přemysl Janouch | 2016-03-14 | 1 | -2/+2 |
| | |||||
* | Fix Travis CI notifications | Přemysl Janouch | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | Try to fix Debian/Fedora build | Přemysl Janouch | 2016-03-14 | 1 | -4/+4 |
| | |||||
* | Try harder to get ncursesw | Přemysl Janouch | 2016-01-14 | 2 | -1/+21 |
| | |||||
* | Fix error handling in termo_strfkey() | Přemysl Janouch | 2015-10-31 | 2 | -2/+3 |
| | | | | | If in any case snprintf() returned a negative value, we would mishandle it. | ||||
* | Convert README to AsciiDoc | Přemysl Janouch | 2015-09-27 | 1 | -6/+8 |
| | |||||
* | Update and fix README | Přemysl Janouch | 2015-09-27 | 1 | -2/+8 |
| | |||||
* | Don't interpret an n*<Esc> as (n-1)*<Alt>-<Esc> | Přemysl Janouch | 2015-08-09 | 5 | -24/+64 |
| | |||||
* | Fix xterm cursor key modifiers | Přemysl Janouch | 2015-07-25 | 1 | -24/+39 |
| | |||||
* | Fix compiler warnings in test 05read | Přemysl Janouch | 2015-07-25 | 1 | -0/+3 |
| | |||||
* | Mark some issues | Přemysl Janouch | 2015-07-25 | 1 | -0/+4 |
| | |||||
* | Make cursor keys work better | Přemysl Janouch | 2015-07-25 | 1 | -34/+48 |
| | |||||
* | Fix SS3 keysyms | Přemysl Janouch | 2015-07-25 | 1 | -1/+1 |
| | |||||
* | Fix off-by-one bug | Přemysl Janouch | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | Finally fix all tests | Přemysl Janouch | 2015-05-28 | 1 | -5/+13 |
| | | | | While still supporting rxvt shifted keys. | ||||
* | Mark an issue that breaks tests | Přemysl Janouch | 2015-05-27 | 1 | -0/+1 |
| | |||||
* | Fix the 31position test | Přemysl Janouch | 2015-05-27 | 2 | -3/+3 |
| | |||||
* | Fix the 30mouse test | Přemysl Janouch | 2015-05-27 | 1 | -19/+19 |
| |