| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (void)-cast calls to write() in driver-ti start/stop since we don't -really- ... | Paul LeoNerd Evans | 2012-01-20 | 1 | -2/+2 |
* | \e string escape is not portable; use \033 | Paul LeoNerd Evans | 2012-01-18 | 3 | -5/+5 |
* | Delete trailing comma in enum{} to keep C++ happy | Paul LeoNerd Evans | 2012-01-18 | 1 | -1/+1 |
* | Use only C89 commenting style in .h file, in case of C89 compilers or similar... | Paul LeoNerd Evans | 2012-01-18 | 1 | -27/+27 |
* | More minor docs updates | Paul LeoNerd Evans | 2012-01-18 | 2 | -2/+2 |
* | Use the 'also' list for aliased pages | Paul LeoNerd Evans | 2012-01-18 | 2 | -1/+4 |
* | Minor wording fixes to termkey_push_bytes.3 manpage | Paul LeoNerd Evans | 2012-01-18 | 1 | -3/+3 |
* | Fix 'htmldocs' Makefile target | Paul LeoNerd Evans | 2012-01-18 | 1 | -1/+3 |
* | Allow passing fd = -1 to constructor to make an instance not associated with ... | Paul LeoNerd Evans | 2012-01-18 | 15 | -16/+28 |
* | Added termkey_push_bytes(), a new API for providing input bytes | Paul LeoNerd Evans | 2012-01-18 | 11 | -80/+158 |
* | Move the growing collection of manpages into their own man/ subdirectory | Paul LeoNerd Evans | 2012-01-18 | 18 | -3/+3 |
* | Ensure that termkey_advisereadable() just fails with errno=ENOMEM rather than... | Paul LeoNerd Evans | 2012-01-18 | 2 | -1/+7 |
* | Avoid push_bytes() entirely by read()ing directly into tk->buffer | Paul LeoNerd Evans | 2012-01-18 | 1 | -19/+7 |
* | Provide new API function to determine how much buffer space remains in the in... | Paul LeoNerd Evans | 2012-01-18 | 5 | -2/+56 |
* | Remove termkey_pushinput() from external API; declare static, rename it | Paul LeoNerd Evans | 2012-01-18 | 2 | -4/+2 |
* | Bump VERSION to 0.11 | Paul LeoNerd Evans | 2011-11-30 | 1 | -3/+3 |
* | Minor manpage link fixups | Paul LeoNerd Evans | 2011-09-29 | 2 | -2/+2 |
* | Optionally support unibilium for reading terminfo instead of curses | Paul LeoNerd Evans | 2011-09-24 | 2 | -6/+48 |
* | Abstract out ld flags in Makefile | Paul LeoNerd Evans | 2011-09-23 | 1 | -1/+2 |
* | Neaten logic by loading terminfo strings in a separate function from the cons... | Paul LeoNerd Evans | 2011-09-23 | 1 | -18/+26 |
* | Bumped VERSION to 0.10 | Paul LeoNerd Evans | 2011-09-06 | 1 | -3/+3 |
* | Canonicalise (a local copy of) the key structures given to termkey_keycmp() b... | Paul LeoNerd Evans | 2011-09-06 | 3 | -15/+34 |
* | A few more DEBUG fprintf(stderr)s at construction time | Paul LeoNerd Evans | 2011-09-05 | 1 | -1/+12 |
* | Handle TERMKEY_RES_ERROR in (debugging mode) res2str() | Paul LeoNerd Evans | 2011-09-05 | 1 | -0/+5 |
* | Use $(VERSION) to set DISTDIR in Makefile, so make VERSION=... dist overrides... | Paul LeoNerd Evans | 2011-09-05 | 1 | -1/+1 |
* | Allow a flag to convert ASCII DEL into Backspace | Paul LeoNerd Evans | 2011-08-28 | 4 | -1/+27 |
* | Move canonicalisation flags into their own bitfield with their own accessor a... | Paul LeoNerd Evans | 2011-08-28 | 7 | -7/+61 |
* | Remember to symlink termkey_get_flags(3) manpage at install time | Paul LeoNerd Evans | 2011-08-28 | 1 | -0/+1 |
* | Provide an explicit termkey_canonicalise() function; canonicalise Space/SP in... | Paul LeoNerd Evans | 2011-08-27 | 7 | -6/+106 |
* | Deleted legacy type name typedefs and declaration of termkey_snprint_key() | Paul LeoNerd Evans | 2011-08-27 | 2 | -13/+4 |
* | Added a unit test to assert the correct behaviour of FLAG_SPACESYMBOL from wa... | Paul LeoNerd Evans | 2011-08-27 | 1 | -0/+41 |
* | <poll.h> on Solaris needs _XOPEN_SOURCE 600 to ensure it gets sigset_t - Petr... | Paul LeoNerd Evans | 2011-08-25 | 1 | -0/+3 |
* | optarg and friends want _XOPEN_SOURCE 600, and <unistd.h> - Petr Pavlu | Paul LeoNerd Evans | 2011-08-25 | 1 | -1/+4 |
* | strdup() needs 'define _XOPEN_SOURCE 600 - Petr Pavlu | Paul LeoNerd Evans | 2011-08-25 | 1 | -2/+1 |
* | Ensure c_cc[VMIN] and c_cc[VTIME] are properly defined, because Solaris seems... | Paul LeoNerd Evans | 2011-08-25 | 1 | -0/+2 |
* | Link against -lcurses not -lncurses, because these two might be different on ... | Paul LeoNerd Evans | 2011-08-25 | 1 | -1/+1 |
* | Bumped VERSION to 0.9 | Paul LeoNerd Evans | 2011-08-25 | 1 | -4/+4 |
* | Provide a flag to return RES_ERROR even on signal (EINTR); without it, retry ... | Paul LeoNerd Evans | 2011-08-25 | 5 | -5/+19 |
* | Provide a new result value, TERMKEY_RES_ERROR to indicate an IO error - prese... | Paul LeoNerd Evans | 2011-08-18 | 5 | -11/+41 |
* | Include a LICENSE file | Paul LeoNerd Evans | 2011-07-01 | 2 | -1/+24 |
* | Put LIBDIR and INCDIR directly in termkey.pc; don't indirect via PREFIX as it... | Paul LeoNerd Evans | 2011-07-01 | 2 | -4/+3 |
* | Mouse position coordinates are unsigned | Paul LeoNerd Evans | 2011-06-16 | 1 | -3/+3 |
* | Ignore VDSUSP as a signal-sending key too, if platform defines it | Paul LeoNerd Evans | 2011-05-28 | 1 | -0/+4 |
* | sscanf'ing a size_t requires %zn | Paul LeoNerd Evans | 2011-05-28 | 1 | -1/+1 |
* | Bumped VERSION to 0.8 | Paul LeoNerd Evans | 2011-05-24 | 1 | -2/+2 |
* | Gracefully ignore read() yielding EINTR rather than bailing out | Paul LeoNerd Evans | 2011-05-24 | 1 | -1/+1 |
* | Use _POSIX_VDISABLE rather than hardcoded 0 to disable individual entries in ... | Paul LeoNerd Evans | 2011-05-24 | 1 | -2/+2 |
* | Disable ISIG mode entirely if FLAG_CTRLC is set | Paul LeoNerd Evans | 2011-05-24 | 1 | -3/+7 |
* | Also handle new 'fixterms' spec CSI codepoint;modifiers u encoding | Paul LeoNerd Evans | 2011-05-09 | 1 | -0/+6 |
* | demo.c needs to enable CTRLC flag to shut down mouse mode on exit | Paul LeoNerd Evans | 2011-04-26 | 1 | -1/+1 |