Přemysl Eric Janouch
8265f075b1
Fix mouse when key_mouse contains 1006 sequence
2 years ago
Přemysl Eric Janouch
2f348c79b7
Update .gitignore
2 years ago
Přemysl Eric Janouch
18d16c1edb
Add clang-format configuration, clean up
2 years ago
Přemysl Eric Janouch
94a77a10d8
Ensure we turn off focus tracking on exit
2 years ago
Přemysl Eric Janouch
d39c35e59e
Enable focus tracking opportunistically
2 years ago
Přemysl Eric Janouch
d47bcfb203
Make note of urxvt 9.25's 1006 support
2 years ago
Přemysl Eric Janouch
ff08195973
Fix formatting
2 years ago
Přemysl Eric Janouch
f7912a8ce7
CMakeLists.txt: make this build in OpenBSD
3 years ago
Přemysl Eric Janouch
42d2bef93a
CMakeLists.txt: omit end{if,foreach} expressions
...
Their usefulness was almost negative.
3 years ago
Přemysl Eric Janouch
065cd3b3e1
README.adoc: update to reflect the current state
3 years ago
Přemysl Eric Janouch
65797ee4f1
Bump minimum CMake version to 3.0
...
A nice, round number. This allows us to remove some boilerplate.
3 years ago
Přemysl Eric Janouch
279d010e0f
Fix a spurious "implicit fallthrough" warning
3 years ago
Přemysl Eric Janouch
8c4e867760
Fix strfkey with focus events
3 years ago
Přemysl Eric Janouch
dd3f77a0aa
Get rid of one CMake dev warning
3 years ago
Přemysl Eric Janouch
0bfb13655c
Implement de/focus event parsing
...
So far there is no way to set it up, I'm not sure how to go about it.
3 years ago
Přemysl Eric Janouch
78c0cd443d
Name change
3 years ago
Přemysl Eric Janouch
6a99d97ad0
Remove .travis.yml
...
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.
6 years ago
Přemysl Eric Janouch
30e0eee1a8
Update README
6 years ago
Přemysl Eric Janouch
9adbb8c897
Update mail address
6 years ago
Přemysl Eric Janouch
953789650e
CMakeLists.txt: fix variable name
6 years ago
Přemysl Eric Janouch
93641a7c98
Update README
7 years ago
Přemysl Eric Janouch
ed67424ca7
Put tests in a "namespace"
7 years ago
Přemysl Eric Janouch
61095da7c3
Travis CI: brevify notifications
7 years ago
Přemysl Eric Janouch
5b05b96ec0
Backport TERMKEY_FLAG_NOSTART and fix two leaks
...
...that are notably still present in the original library.
7 years ago
Přemysl Eric Janouch
a9b41e41b7
Fix use of an uninitialized value
7 years ago
Přemysl Eric Janouch
059cb81817
Try to fix terminfo loading
...
It could lead to crashing the PTY under OpenBSD and ncurses.
Fixed some unibiliums leaks while at it.
7 years ago
Přemysl Eric Janouch
c1251f3978
Fix condition in demo-glib.c
7 years ago
Přemysl Eric Janouch
258691135f
Use termo_str{f,p}key_utf8 in tests
...
No need to be locale dependent here.
7 years ago
Přemysl Eric Janouch
f7c67b2a2e
Add termo_str{f,p}key_utf8()
...
Adding back some original UTF-8 handling code.
7 years ago
Přemysl Eric Janouch
e13db07eac
Fix mouse mode 1005 support
7 years ago
Přemysl Eric Janouch
4282f3715c
Fix cursor keys etc. in unibilium
...
unibi_pkey_xmit was the wrong constant.
7 years ago
Přemysl Eric Janouch
9ec09b90c9
Make ASCII NUL imply Ctrl-Space instead of C-@
...
Seems mostly arbitrary.
7 years ago
Přemysl Eric Janouch
9b7c801c37
Make unibilium work at all
7 years ago
Přemysl Eric Janouch
1f2a32ed97
Fix README
8 years ago
Přemysl Eric Janouch
b5c042e11f
Fix Travis CI notifications
8 years ago
Přemysl Eric Janouch
1fd2cb3eaa
Try to fix Debian/Fedora build
8 years ago
Přemysl Eric Janouch
783b744e8b
Try harder to get ncursesw
8 years ago
Přemysl Eric Janouch
ef29b7587d
Fix error handling in termo_strfkey()
...
If in any case snprintf() returned a negative value,
we would mishandle it.
8 years ago
Přemysl Eric Janouch
2a351b150d
Convert README to AsciiDoc
8 years ago
Přemysl Eric Janouch
c03c56c740
Update and fix README
8 years ago
Přemysl Eric Janouch
f05e40a30a
Don't interpret an n*<Esc> as (n-1)*<Alt>-<Esc>
8 years ago
Přemysl Eric Janouch
0b5d8ecd0d
Fix xterm cursor key modifiers
8 years ago
Přemysl Eric Janouch
128524cd2b
Fix compiler warnings in test 05read
8 years ago
Přemysl Eric Janouch
cd87fee243
Mark some issues
8 years ago
Přemysl Eric Janouch
dc7b9efd71
Make cursor keys work better
8 years ago
Přemysl Eric Janouch
477f732bc3
Fix SS3 keysyms
8 years ago
Přemysl Eric Janouch
d49fbadd67
Fix off-by-one bug
9 years ago
Přemysl Eric Janouch
bc0a71f082
Finally fix all tests
...
While still supporting rxvt shifted keys.
9 years ago
Přemysl Eric Janouch
be1cccd252
Mark an issue that breaks tests
9 years ago
Přemysl Eric Janouch
c628a434f6
Fix the 31position test
9 years ago