| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |
* | Bugfix to termkey_keycmp - implement sense in correct direction | Paul LeoNerd Evans | 2011-04-07 | 1 | -6/+6 |
* | Bugfix termkey_strpkey parsing unicode with trailing content | Paul LeoNerd Evans | 2011-04-07 | 1 | -7/+7 |
* | Provide termkey_keycmp() for sorting purposes | Paul LeoNerd Evans | 2011-04-02 | 1 | -0/+26 |
* | Add a couple more 'const' markings to API functions where appropriate | Paul LeoNerd Evans | 2011-04-01 | 1 | -2/+2 |
* | Adjust termkey_strpkey() API more like strptime(); return pointer to end of r... | Paul LeoNerd Evans | 2011-04-01 | 1 | -17/+17 |
* | Provide a termkey_lookup_keyname that can do partial buffer parsing | Paul LeoNerd Evans | 2011-04-01 | 1 | -6/+18 |
* | Ensure strpkey can parse numbered function keys | Paul LeoNerd Evans | 2011-04-01 | 1 | -1/+4 |
* | Unicode codepoint is stored in key->code.codepoint, not code.number | Paul LeoNerd Evans | 2011-04-01 | 1 | -6/+4 |
* | Partial implementation of termkey_strpkey(3); missing FORMAT_WRAPBRACKET and ... | Paul LeoNerd Evans | 2011-04-01 | 1 | -1/+71 |
* | Neater implementation of key modifier names for strfkey; put them in a little... | Paul LeoNerd Evans | 2011-04-01 | 1 | -7/+15 |
* | Extract UTF-8 sequence parser into its own function, fix bugs, apply unit tests | Paul LeoNerd Evans | 2011-03-31 | 1 | -68/+77 |
* | strfkey should fill in the utf8 member of a key struct if it's empty | Paul LeoNerd Evans | 2011-03-31 | 1 | -0/+2 |
* | Renamed snprint_key() to strfkey(); provide redirection trampoline | Paul LeoNerd Evans | 2011-03-31 | 1 | -0/+6 |
* | Don't steal Ctrl-C from the kernel by default (so leave SIGINT enabled); add ... | Paul LeoNerd Evans | 2011-03-23 | 1 | -1/+6 |
* | Interpret space as Unicode by default, add a flag to make it symbolic instead | Paul LeoNerd Evans | 2011-03-23 | 1 | -1/+1 |
* | Allow formatting the mouse position when rendering an event to a string | Paul LeoNerd Evans | 2009-11-27 | 1 | -1/+9 |
* | Make DEBUG=1 mode work with mouse events | Paul LeoNerd Evans | 2009-11-27 | 1 | -0/+8 |
* | Moved code around so DEBUG=1 actually compiles again | Paul LeoNerd Evans | 2009-11-27 | 1 | -51/+53 |
* | Return opaque mouse events in the key structure; add a function to interpret ... | Paul LeoNerd Evans | 2009-11-27 | 1 | -6/+66 |
* | Moved mouse parsing code out of driver-ti.c into core termkey.c | Paul LeoNerd Evans | 2009-11-26 | 1 | -0/+16 |
* | Print Mouse() rather than shouting MOUSE() | Paul LeoNerd Evans | 2009-11-24 | 1 | -1/+1 |
* | Public interface for MOUSE support | Paul LeoNerd Evans | 2009-11-24 | 1 | -0/+4 |
* | Bugfix to termkey_format_key() in FORMAT_CARETCTRL case when formatting Ctrl-... | Paul LeoNerd Evans | 2009-11-23 | 1 | -2/+2 |
* | Renamed all type names to CamelCaseNames for visual distinctness, separate fr... | Paul LeoNerd Evans | 2009-07-15 | 1 | -50/+50 |
* | Represent Ctrl-letter in lowercase in the struct, so as one day to be able to... | Paul LeoNerd Evans | 2008-12-10 | 1 | -15/+31 |
* | Make termkey_getkey() set a peeked key structure if it returns TERMKEY_RET_AGAIN | Paul LeoNerd Evans | 2008-12-10 | 1 | -0/+5 |
* | Complete change of driver internals - peek and return size but don't eat byte... | Paul LeoNerd Evans | 2008-12-10 | 1 | -20/+31 |
* | Make sure only to slide buffer down when returning a real key to the user, or... | Paul LeoNerd Evans | 2008-12-06 | 1 | -7/+10 |
* | Make common static function getkey(), roll functionallity of termkey_getkey{,... | Paul LeoNerd Evans | 2008-12-05 | 1 | -92/+56 |
* | Added termkey_keyname2sym() to API | Paul LeoNerd Evans | 2008-12-02 | 1 | -0/+14 |
* | Added termkey_get_fd() to API | Paul LeoNerd Evans | 2008-12-01 | 1 | -0/+5 |
* | Make sure l is always initialised in termkey_snprint_key() | Paul LeoNerd Evans | 2008-11-24 | 1 | -1/+1 |
* | Make termkey_new_full() static for now until we expose the API fully | Paul LeoNerd Evans | 2008-11-24 | 1 | -1/+4 |
* | Fixed some signed/unsigned integer mismatches, including one important bug | Paul LeoNerd Evans | 2008-11-24 | 1 | -4/+4 |
* | Added compile-vs-runtime library version checks | Paul LeoNerd Evans | 2008-11-16 | 1 | -0/+17 |
* | Added (undocumented) termkey_{get,set}_flags() calls to API | Paul LeoNerd Evans | 2008-11-10 | 1 | -0/+10 |
* | When debugging, also print details of a key event when applicable | Paul LeoNerd Evans | 2008-11-09 | 1 | -0/+36 |
* | Load terminfo triver before CSI; in case they both apply | Paul LeoNerd Evans | 2008-11-09 | 1 | -1/+1 |
* | Allow stacking drivers in a linked list; try all of them at getkey() time | Paul LeoNerd Evans | 2008-11-09 | 1 | -35/+80 |
* | If debugging, print verbose output about internals of getkey operation | Paul LeoNerd Evans | 2008-11-09 | 1 | -2/+61 |
* | Driver getkey() can return TERMKEY_RES_NONE which attempts getkey_simple() af... | Paul LeoNerd Evans | 2008-11-09 | 1 | -3/+31 |
* | getkey_simple() should return TERMKEY_RES_NONE if no bytes available; as a sa... | Paul LeoNerd Evans | 2008-11-09 | 1 | -0/+3 |
* | Print name of driver on startup if debugging | Paul LeoNerd Evans | 2008-11-08 | 1 | -0/+4 |
* | Pass driver_info as explicit void* parameter into driver methods | Paul LeoNerd Evans | 2008-11-08 | 1 | -5/+5 |
* | Renamed termkey_{set,get}waittime() to termkey_{set,get}_waittime() to be mor... | Paul LeoNerd Evans | 2008-11-06 | 1 | -2/+2 |