aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for setting the mouse protocolPřemysl Janouch2014-10-224-37/+196
* Add a demo for drawing in cursesPřemysl Janouch2014-10-222-1/+234
* Rewrite termo_interpret_mouse()Přemysl Janouch2014-10-181-15/+12
* Don't bother with endianityPřemysl Janouch2014-10-181-6/+2
* AlignmentPřemysl Janouch2014-10-181-1/+1
* Fix build of the GLib demoPřemysl Janouch2014-10-141-1/+1
* Get rid of most block commentsPřemysl Janouch2014-10-149-128/+121
* Renaming continuedPřemysl Janouch2014-10-1416-442/+442
* Rename to termoPřemysl Janouch2014-10-1414-1053/+1053
* Make mode 1015 and 1006 work, prepare for 1005Přemysl Janouch2014-10-134-43/+144
* Work on mouse support, it's a messPřemysl Janouch2014-10-134-48/+90
* CMake-ify, rename to termkey2 for the time beingPřemysl Janouch2014-10-0933-206/+258
* Make the tests work againPřemysl Janouch2014-09-2817-835/+1029
* Move to iconvPřemysl Janouch2014-09-2810-340/+311
* Less code duplicationPřemysl Janouch2014-09-231-31/+13
* Introduce isatty(3)Přemysl Janouch2014-09-231-21/+2
* Introduce bsearch(3)Přemysl Janouch2014-09-231-27/+15
* Add -WextraPřemysl Janouch2014-09-234-4/+27
* WIP: Is mine now (^3^)Přemysl Janouch2014-09-2335-3575/+2975
* Be a little more lenient in locale env.var. testing for UTF-8nessPaul LeoNerd Evans2014-03-051-1/+8
* Unit tests should use .code.codepoint/.sym instead of not .code.number when a...Paul LeoNerd Evans2014-03-054-46/+46
* Try tinfo before ncursesw (partially from https://github.com/o11c/libtermkey/...Paul LeoNerd Evans2014-03-041-0/+3
* Make header compatible with C++ (from https://github.com/o11c/libtermkey/comm...Paul LeoNerd Evans2014-03-041-2/+2
* Look for .utf8 in locale variables as well as .UTF-8Paul LeoNerd Evans2014-01-231-1/+1
* Print UTF-8/RAW mode on startup; print 'Key ' before normal keys to debug UTF...Paul LeoNerd Evans2014-01-231-1/+6
* Bump VERSION to 0.17Paul LeoNerd Evans2014-01-061-3/+3
* Better abstraction of C compiler by using the $(CC) Make variablePaul LeoNerd Evans2014-01-061-8/+8
* Invoke libtool cc instead of libtool gcc, for those platforms now using clang...Paul LeoNerd Evans2014-01-051-8/+8
* Look for \.UTF-8 only in the first env. var found from LANG, LC_MESSAGES, LC_ALLPaul LeoNerd Evans2014-01-051-11/+2
* Add TERMKEY_FORMAT_URWID shortcut [thanks Romain Chossart]Paul LeoNerd Evans2013-08-262-0/+5
* Bugfix to snprint_cameltospaces() when given a short buffer [thanks Romain Ch...Paul LeoNerd Evans2013-08-262-6/+22
* Delete trailing whitespace in codePaul LeoNerd Evans2013-08-262-3/+3
* Docs fix - fullstop at end of sentencePaul LeoNerd Evans2013-08-261-1/+1
* Fix comment about 'n' in strpncmp_camel()Paul LeoNerd Evans2013-08-261-1/+1
* Minor doc update - strpkey expects strings, doesn't use themPaul LeoNerd Evans2013-08-261-1/+1
* Added TERMKEY_FORMAT_LOWERSPACE for strpkey() alsoPaul LeoNerd Evans2013-08-264-29/+86
* Added TERMKEY_FORMAT_LOWERSPACE for strfkey() onlyPaul LeoNerd Evans2013-08-264-4/+47
* Added TERMKEY_FORMAT_LOWERMODPaul LeoNerd Evans2013-08-266-9/+32
* Added TERMKEY_FORMAT_SPACEMODPaul LeoNerd Evans2013-08-266-9/+39
* Make some more things 'const' that should bePaul LeoNerd Evans2013-07-155-12/+12
* Updated shared taplibPaul LeoNerd Evans2013-01-042-3/+17
* Make sure to implement newer event types in debug functionPaul LeoNerd Evans2012-12-061-0/+17
* Bump VERSION to 0.16Paul LeoNerd Evans2012-11-301-3/+3
* Further documentation clarifications on the 'code' field of a key eventPaul LeoNerd Evans2012-11-301-6/+5
* Handle ANSI and DEC mode report CSIsPaul LeoNerd Evans2012-11-307-1/+152
* Only recognise DECCPR as a position report, so it is distinct from F3Paul LeoNerd Evans2012-11-304-22/+15
* Try to handle position reports -and- F3 concurrently.. somehow.. arghPaul LeoNerd Evans2012-11-302-8/+26
* Bugfix to argless CSIs; present 0 arguments, not 1 whose value is -1Paul LeoNerd Evans2012-11-301-4/+2
* Slightly more generic custom CSI handling - name functions just after the let...Paul LeoNerd Evans2012-11-301-23/+42
* Moved the other termkey_interpret_*() functions into driver-csi.c where they ...Paul LeoNerd Evans2012-11-302-76/+75