aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists.txt: declare compatibility with 3.27HEADorigin/mastermasterPřemysl Eric Janouch2023-08-011-1/+1
| | | | Sadly, the 3.5 deprecation warning doesn't go away after this.
* Silence compiler warnings in test targetsPřemysl Eric Janouch2023-08-0116-0/+48
| | | | -Wunused-parameter
* Find ncursesw on OpenIndianaPřemysl Eric Janouch2023-07-241-1/+1
|
* Make the generated pkg-config file more reliablePřemysl Eric Janouch2023-06-291-2/+2
|
* Fix usage of a nonstandard escape sequencePřemysl Eric Janouch2023-06-141-1/+1
|
* Fix mouse when key_mouse contains 1006 sequencePřemysl Eric Janouch2021-11-041-7/+5
|
* Update .gitignorePřemysl Eric Janouch2021-10-301-0/+2
|
* Add clang-format configuration, clean upPřemysl Eric Janouch2021-10-306-5/+33
|
* Ensure we turn off focus tracking on exitPřemysl Eric Janouch2021-06-291-1/+2
|
* Enable focus tracking opportunisticallyPřemysl Eric Janouch2021-06-292-2/+8
|
* Make note of urxvt 9.25's 1006 supportPřemysl Eric Janouch2021-06-291-1/+2
|
* Fix formattingPřemysl Eric Janouch2021-06-291-2/+2
|
* CMakeLists.txt: make this build in OpenBSDPřemysl Eric Janouch2020-10-291-0/+6
|
* CMakeLists.txt: omit end{if,foreach} expressionsPřemysl Eric Janouch2020-10-291-8/+8
| | | | Their usefulness was almost negative.
* README.adoc: update to reflect the current statePřemysl Eric Janouch2020-10-261-6/+7
|
* Bump minimum CMake version to 3.0Přemysl Eric Janouch2020-10-263-24/+13
| | | | A nice, round number. This allows us to remove some boilerplate.
* Fix a spurious "implicit fallthrough" warningPřemysl Eric Janouch2020-10-261-4/+3
|
* Fix strfkey with focus eventsPřemysl Eric Janouch2020-09-141-0/+1
|
* Get rid of one CMake dev warningPřemysl Eric Janouch2020-09-142-14/+14
|
* Implement de/focus event parsingPřemysl Eric Janouch2020-09-146-1/+69
| | | | So far there is no way to set it up, I'm not sure how to go about it.
* Name changePřemysl Eric Janouch2020-09-143-4/+4
|
* Remove .travis.ymlPřemysl Janouch2018-06-241-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 READMEPřemysl Janouch2018-06-241-5/+5
|
* Update mail addressPřemysl Janouch2018-06-243-3/+3
|
* CMakeLists.txt: fix variable namePřemysl Janouch2018-06-241-2/+2
|
* Update READMEPřemysl Janouch2017-06-201-0/+2
|
* Put tests in a "namespace"Přemysl Janouch2017-06-201-1/+1
|
* Travis CI: brevify notificationsPřemysl Janouch2017-06-201-0/+6
|
* Backport TERMKEY_FLAG_NOSTART and fix two leaksPřemysl Janouch2016-12-303-13/+14
| | | | ...that are notably still present in the original library.
* Fix use of an uninitialized valuePřemysl Janouch2016-11-031-2/+1
|
* Try to fix terminfo loadingPřemysl Janouch2016-11-031-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.cPřemysl Janouch2016-11-031-1/+1
|
* Use termo_str{f,p}key_utf8 in testsPřemysl Janouch2016-10-044-45/+45
| | | | No need to be locale dependent here.
* Add termo_str{f,p}key_utf8()Přemysl Janouch2016-10-042-35/+157
| | | | Adding back some original UTF-8 handling code.
* Fix mouse mode 1005 supportPřemysl Janouch2016-10-041-2/+1
|
* Fix cursor keys etc. in unibiliumPřemysl Janouch2016-09-271-2/+2
| | | | unibi_pkey_xmit was the wrong constant.
* Make ASCII NUL imply Ctrl-Space instead of C-@Přemysl Janouch2016-07-242-2/+19
| | | | Seems mostly arbitrary.
* Make unibilium work at allPřemysl Janouch2016-07-242-11/+22
|
* Fix READMEPřemysl Janouch2016-03-141-2/+2
|
* Fix Travis CI notificationsPřemysl Janouch2016-03-141-1/+1
|
* Try to fix Debian/Fedora buildPřemysl Janouch2016-03-141-4/+4
|
* Try harder to get ncurseswPřemysl Janouch2016-01-142-1/+21
|
* Fix error handling in termo_strfkey()Přemysl Janouch2015-10-312-2/+3
| | | | | If in any case snprintf() returned a negative value, we would mishandle it.
* Convert README to AsciiDocPřemysl Janouch2015-09-271-6/+8
|
* Update and fix READMEPřemysl Janouch2015-09-271-2/+8
|
* Don't interpret an n*<Esc> as (n-1)*<Alt>-<Esc>Přemysl Janouch2015-08-095-24/+64
|
* Fix xterm cursor key modifiersPřemysl Janouch2015-07-251-24/+39
|
* Fix compiler warnings in test 05readPřemysl Janouch2015-07-251-0/+3
|
* Mark some issuesPřemysl Janouch2015-07-251-0/+4
|
* Make cursor keys work betterPřemysl Janouch2015-07-251-34/+48
|