Age | Commit message (Expand) | Author |
2024-08-23 | Ignore internal function keys if they have not got an entry in the key | Nicholas Marriott |
2024-08-22 | Clear overlay when command prompt is entered. Also fix some spacing in | Nicholas Marriott |
2024-08-22 | Short Ctrl keys like ^A need to be converted to lowercase so they end up | Nicholas Marriott |
2024-08-21 | Revamp extended keys support to more closely match xterm and support | Nicholas Marriott |
2023-01-16 | Mark keys sent by command and skip paste handling for them. | Nicholas Marriott |
2022-11-01 | Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368. | Nicholas Marriott |
2022-02-16 | Support more mouse buttons when the terminal sends them, GitHub issue | Nicholas Marriott |
2021-06-16 | Pass Ctrl keys through as is when given as hex, GitHub issue 2724. | Nicholas Marriott |
2021-06-10 | Move "special" keys into the Unicode PUA rather than making them top bit | Nicholas Marriott |
2021-06-10 | Add another couple of keys needed for extended keys, GitHub issue 2658. | Nicholas Marriott |
2021-04-07 | Restore previous behaviour so that C-X remains the same as C-x. Instead, | Nicholas Marriott |
2021-04-07 | Fixes for extended keys: 1) allow C-x and C-X to be bound separately | Nicholas Marriott |
2020-07-06 | Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296. | Nicholas Marriott |
2020-06-27 | Fix 0x Unicode character parsing, GitHub issue 2286. | Nicholas Marriott |
2020-05-25 | Use the internal representation for UTF-8 keys instead of wchar_t and | Nicholas Marriott |
2020-05-20 | Fix a couple more places where the key flags need to be masked off. | Nicholas Marriott |
2020-05-20 | Key strings need to include the cursor and keypad flags now since the | Nicholas Marriott |
2020-05-16 | Separate key flags and modifiers, log key flags, make the "xterm" flag | Nicholas Marriott |
2020-05-16 | Rename KEYC_ESCAPE to KEYC_META. | Nicholas Marriott |
2020-04-09 | Some unnecessary assignments and unused variables. | Nicholas Marriott |
2020-03-31 | Add a "second click" key type which is fired for the second click of a | Nicholas Marriott |
2020-03-15 | Fix C-Space key string. | Nicholas Marriott |
2020-02-19 | A few fixes to make modifier keys and dragging work - need to remove the | Nicholas Marriott |
2019-11-14 | Add an option to set the key sent by backspace for those whose system | Nicholas Marriott |
2019-07-09 | Add a -H flag to send-keys to send literal keys given as hex numbers | Nicholas Marriott |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2018-08-22 | Add StatusLeft and StatusRight mouse key modifiers for the left and | Nicholas Marriott |
2018-07-16 | Add an "Any" key to run a command if a key is pressed that is not bound | Nicholas Marriott |
2017-06-23 | Add user-keys option to allow user-defined keys to be set, from Dan | Nicholas Marriott |
2017-06-12 | Add explicit keys for the bracketed paste sequences, both to avoid mix | Nicholas Marriott |
2017-02-22 | Minor bits: fix an array size, add comment, make grid_cell_entry static. | Nicholas Marriott |
2017-02-01 | Implement "all event" (1003) mouse mode but in a way that works. The | Nicholas Marriott |
2017-01-11 | Add some missing special keys to key_string_lookup_key, fix a mouse | Nicholas Marriott |
2017-01-05 | Highlight all occurrences of search string after searching in copy mode. | Nicholas Marriott |
2016-11-23 | Error on invalid modifier keys. | Nicholas Marriott |
2016-10-11 | Support double and triple clicks (they are cumulative, so double is | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |
2016-05-26 | Extend 0x1234 keys form to more bits so that Unicode keys work. | Nicholas Marriott |
2016-04-25 | Don't overwrite modifiers in the buffer when making UTF-8 strings, | Nicholas Marriott |
2016-03-18 | Instead of reusing MouseUp at the finish of a drag, add a new key | Nicholas Marriott |
2016-03-02 | Handle wcwidth() and mbtowc() failures in better style and drop | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-12-12 | Allow prefix and prefix2 to be set to None to disable (useful if you | Nicholas Marriott |
2015-11-14 | All these return values from utf8_* are confusing, use an enum. | Nicholas Marriott |
2015-11-14 | Couple of assignments to remove compiler warnings. | Nicholas Marriott |
2015-11-14 | Be more strict about invalid UTF-8. | Nicholas Marriott |
2015-11-12 | Rename overly-long utf8data to ud throughout. | Nicholas Marriott |
2015-11-12 | Support UTF-8 key bindings by expanding the key type from int to | Nicholas Marriott |
2015-10-26 | Handle unknown keys more gracefully, return a string instead of NULL. | Nicholas Marriott |
2015-04-19 | Rewrite of tmux mouse support which was a mess. Instead of having | Nicholas Marriott |