Age | Commit message (Expand) | Author |
2024-08-21 | Revamp extended keys support to more closely match xterm and support | Nicholas Marriott |
2024-08-19 | Both terminators \007 and \033\\ leave the index pointing to the final | Nicholas Marriott |
2024-07-12 | UTF-8 keys now contain the internal representation and not the Unicode | Nicholas Marriott |
2024-06-24 | Add a way (refresh-client -r) for control mode clients to provide OSC 10 | Nicholas Marriott |
2024-03-21 | Look for feature code 21 for DECSLRM and 28 for DECFRA in the device | Nicholas Marriott |
2023-09-08 | On second thoughts, do check DA2 for DECFRA and DECSLRM since that will | Nicholas Marriott |
2023-09-08 | Use DECSLRM and DECFRA only at level 4 rather than checking the terminal | Nicholas Marriott |
2023-09-07 | Use DECSLRM and DECFRA on terminals pretending to be VT520 or VT525 as | Nicholas Marriott |
2023-09-07 | Accept 65 for VT525 as well. | Nicholas Marriott |
2023-09-02 | Request terminal colours again on SIGWINCH but at most once every 30 | Nicholas Marriott |
2023-06-30 | Get rid of some warnings with GCC 10, from Thomas Klausner. | Nicholas Marriott |
2023-04-17 | Discard mouse sequences that have the right form but actually are | Nicholas Marriott |
2023-01-09 | Fix behaviour with \007 (used the wrong tree for last change). | Nicholas Marriott |
2023-01-09 | Accept \007 as terminator to OSC 10 or 11. | Nicholas Marriott |
2023-01-03 | Query the client terminal for foreground and background colours and if | Nicholas Marriott |
2022-11-11 | Tweak previous to set and log the feature instead of just setting the | Nicholas Marriott |
2022-11-11 | Parse primary device attributes as well as secondary and add a SIXEL | Nicholas Marriott |
2022-11-02 | Instead of always setting the extended flag, set it only when searching. | Nicholas Marriott |
2022-11-01 | Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368. | Nicholas Marriott |
2022-07-19 | Process modifiers as bits rather than using a switch, from Koichi Murase. | Nicholas Marriott |
2022-06-14 | kf* terminfo capabilities are poorly defined and rxvt uses them in a | Nicholas Marriott |
2022-06-01 | If escape-time is 0, force to 1 instead - not waiting at all is asking | Nicholas Marriott |
2022-05-30 | If a mouse position was above the maximum supported by the normal mouse | Nicholas Marriott |
2022-03-08 | Add argument to refresh-client -l to forward clipboard to a pane. GitHub | Nicholas Marriott |
2022-02-16 | Support more mouse buttons when the terminal sends them, GitHub issue | Nicholas Marriott |
2022-02-15 | Do not create a buffer from an OSC 52 response if we have not sent a | Nicholas Marriott |
2021-10-21 | Correctly adjust the end pointer for a two character terminator before | Nicholas Marriott |
2021-08-13 | Break message type stuff out into its own header. | Nicholas Marriott |
2021-08-13 | Change focus to be driven by events rather than walking all panes at end | Nicholas Marriott |
2021-08-06 | Add client focus hooks. | Nicholas Marriott |
2021-06-10 | Add another couple of keys needed for extended keys, GitHub issue 2658. | Nicholas Marriott |
2021-04-13 | Change how extended ctrl keys are processed to fix C-S-Tab and C-;. | Nicholas Marriott |
2021-04-13 | Handle C-Tab correctly with extended keys, GitHub issue 2642. | 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-09-23 | Escape+Up and the other arrow keys should be kept as Escape+Up and not | Nicholas Marriott |
2020-08-24 | Old Terminal.app versions do not respond correctly to secondary DA, | Nicholas Marriott |
2020-07-06 | Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296. | Nicholas Marriott |
2020-06-02 | Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control | Nicholas Marriott |
2020-05-25 | Use the internal representation for UTF-8 keys instead of wchar_t and | Nicholas Marriott |
2020-05-22 | FocusIn keys can also update the latest client, like normal keys. | Nicholas Marriott |
2020-05-16 | Add a terminal feature for enable/disable extended keys (supported by | 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-05-16 | Recognise extended key sequences on input (both the forms xterm offers). | Nicholas Marriott |
2020-05-16 | xterm-keys has been on by default for five years and all other modern | Nicholas Marriott |
2020-05-16 | Only redraw popup on the client it belongs to. | Nicholas Marriott |
2020-05-16 | Move terminal features into a single file. | Nicholas Marriott |
2020-05-16 | Response is iTerm2 not not ITerm2. | Nicholas Marriott |
2020-05-16 | Remove support for iTerm2's DSR 1337 extension and use the CSI > q | Nicholas Marriott |