| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added many more key symbols and names + translations from terminfo | Paul LeoNerd Evans | 2008-10-10 | 3 | -3/+71 |
* | Binary search terminfo funcname => termkey sym conversion, rather than linear | Paul LeoNerd Evans | 2008-10-10 | 1 | -3/+18 |
* | 'int' might not be wide enough to hold any Unicode codepoint; use 'long' | Paul LeoNerd Evans | 2008-10-10 | 4 | -10/+10 |
* | Added some TODO notes about handling realloc() failures | Paul LeoNerd Evans | 2008-10-09 | 3 | -1/+4 |
* | Better free() tracking in constructor failure cases | Paul LeoNerd Evans | 2008-10-09 | 3 | -5/+34 |
* | Respect user's CC and CFLAGS | Paul LeoNerd Evans | 2008-10-09 | 1 | -5/+7 |
* | Gracefully handle constructor failure rather than SEGV | Paul LeoNerd Evans | 2008-10-09 | 1 | -0/+5 |
* | Pass 'term' string into new_driver virtual method; have drivers sensitive to ... | Paul LeoNerd Evans | 2008-10-09 | 4 | -6/+21 |
* | Adjustment to demo.c; just print the vim style format | Paul LeoNerd Evans | 2008-10-08 | 1 | -3/+1 |
* | Added initial attempt at a terminfo-driven driver | Paul LeoNerd Evans | 2008-10-08 | 4 | -2/+193 |
* | Moved all of the keynames out from driver-csi into termkey; where they belong | Paul LeoNerd Evans | 2008-10-08 | 2 | -34/+65 |
* | Register keynames using a more extensible internal array; easier to add new ones | Paul LeoNerd Evans | 2008-10-08 | 1 | -9/+21 |
* | Tiny bugfix to termkey.c's initialiser; actually handle multiple driver searc... | Paul LeoNerd Evans | 2008-10-08 | 1 | -0/+1 |
* | Pass an explicit 'force' parameter into driver's getkey rather than relying o... | Paul LeoNerd Evans | 2008-10-08 | 3 | -20/+13 |
* | Moved single byte and UTF-8 sequence recombiner out of driver-csi.c back into... | Paul LeoNerd Evans | 2008-10-08 | 3 | -104/+114 |
* | Moved all of the C0 registration and 'do_codepoint' logic out of driver-csi b... | Paul LeoNerd Evans | 2008-10-08 | 3 | -146/+148 |
* | s/eatbytes/eat_bytes/ - nicer API name | Paul LeoNerd Evans | 2008-10-07 | 3 | -17/+17 |
* | Moved 'eatbytes' back into core code, put a code ptr in the termkey struct as... | Paul LeoNerd Evans | 2008-10-07 | 3 | -32/+43 |
* | Support a list of potential backend drivers | Paul LeoNerd Evans | 2008-10-07 | 1 | -2/+17 |
* | Moved CSI key registration code to be private to CSI driver | Paul LeoNerd Evans | 2008-10-06 | 3 | -105/+98 |
* | Use vtable in driver to indirect calls to the CSI driver | Paul LeoNerd Evans | 2008-10-06 | 3 | -15/+19 |
* | Moved CSI-related code out of termkey.c into new driver-csi.c | Paul LeoNerd Evans | 2008-10-06 | 4 | -562/+635 |
* | Makefile now sensitive to DEBUG=1 | Paul LeoNerd Evans | 2008-10-06 | 1 | -0/+4 |
* | Define 'TERMKEY_FORMAT_VIM' as a shortcut to make it format keys like Vim does | Paul LeoNerd Evans | 2008-10-06 | 1 | -0/+4 |
* | Print Alt/Meta before Ctrl | Paul LeoNerd Evans | 2008-10-06 | 1 | -6/+6 |
* | Added TERMKEY_FORMAT_WRAPBRACKET | Paul LeoNerd Evans | 2008-10-06 | 3 | -8/+20 |
* | Added two more formatting options; CARETCTRL and ALTISMETA | Paul LeoNerd Evans | 2008-10-06 | 3 | -3/+24 |
* | snprint_key() now takes a bitmask format, not a single boolean | Paul LeoNerd Evans | 2008-10-06 | 2 | -2/+8 |
* | Added termkey_snprint_key() to render nice string outputs of key events | Paul LeoNerd Evans | 2008-08-21 | 3 | -24/+49 |
* | Reworked events to be type/code/mod rather than flags/code/mod; make F[n] key... | Paul LeoNerd Evans | 2008-08-21 | 3 | -181/+186 |
* | Renamed .h file's include guard to avoid a C reserved identifier space | Paul LeoNerd Evans | 2008-03-20 | 1 | -2/+2 |
* | Cope correctly with XTerm's modified Unicode reporting of Ctrl-C for termination | Paul LeoNerd Evans | 2008-02-23 | 1 | -2/+2 |
* | Preserve modifiers on XTerm's CSI 27 ~ modified Unicode sequence | Paul LeoNerd Evans | 2008-02-23 | 1 | -0/+2 |
* | Renamed describe_sym to get_keyname | Paul LeoNerd Evans | 2008-02-23 | 3 | -16/+13 |
* | Moved termios magic out of demo.c into termkey.c where it belongs | Paul LeoNerd Evans | 2008-02-23 | 3 | -18/+30 |
* | Implemented termkey_free() | Paul LeoNerd Evans | 2008-02-23 | 2 | -0/+11 |
* | More termios settings on startup, to ensure reporting of signal, flow control... | Paul LeoNerd Evans | 2008-02-23 | 2 | -3/+3 |
* | Make sure to initialise key->modifiers on unmodified CSIs | Paul LeoNerd Evans | 2008-02-23 | 1 | -0/+2 |
* | Nicer names for modifiers on printed output | Paul LeoNerd Evans | 2008-02-23 | 1 | -6/+6 |
* | Rearranged Home/End keys to better suit rxvt's naming, note 1/4 are now Find/... | Paul LeoNerd Evans | 2008-02-23 | 2 | -4/+8 |
* | Recognise full CSIfuncs list of F1 to F20 keys | Paul LeoNerd Evans | 2008-02-10 | 2 | -0/+20 |
* | Bugfix for unknown CSIfuncs | Paul LeoNerd Evans | 2008-02-10 | 1 | -1/+1 |
* | Implement growing the buffer after input | Paul LeoNerd Evans | 2008-02-10 | 1 | -2/+5 |
* | More robust eatbytes() that guards against the buffer going negative, because... | Paul LeoNerd Evans | 2008-02-10 | 1 | -4/+5 |
* | Implement waittime polling to try to distinguish Esc, 1 from A-1, etc.. on sl... | Paul LeoNerd Evans | 2008-02-10 | 2 | -11/+93 |
* | Have 'termkey_advisereadable' return a value indicating if it's likely useful... | Paul LeoNerd Evans | 2008-02-10 | 2 | -5/+11 |
* | Avoid a memmove() every character by storing an intial offset for the input b... | Paul LeoNerd Evans | 2008-02-10 | 1 | -23/+39 |
* | Allow registered keyinfo for C0/CSI/SS3/CSIfunc to override modifier bits; us... | Paul LeoNerd Evans | 2008-02-10 | 2 | -27/+74 |
* | Also register 0x0d as another version of the ENTER key | Paul LeoNerd Evans | 2008-02-10 | 1 | -0/+1 |
* | Interpret XTerm's CSI 27 ~ as modified generic key, report keypresses as appr... | Paul LeoNerd Evans | 2008-02-10 | 1 | -3/+9 |