Age | Commit message (Expand) | Author |
11 days | Add an option to control the input buffer size, from Ken Lau. | Nicholas Marriott |
2024-10-25 | Flag tabs if possible in the grid cell so they can be preserved on | Nicholas Marriott |
2024-10-14 | Set ACS flag for REP. Reported by Romain Francoise, GitHub issue 4182. | Nicholas Marriott |
2024-09-16 | Change the behaviour of extended-keys always slightly so that | Nicholas Marriott |
2024-08-21 | Set the default for extended-keys back to off because it appears emacs turns | Nicholas Marriott |
2024-08-21 | Revamp extended keys support to more closely match xterm and support | Nicholas Marriott |
2024-08-19 | Allow REP to work with Unicode characters, GitHub issue 3687. | Nicholas Marriott |
2024-06-24 | Add a way (refresh-client -r) for control mode clients to provide OSC 10 | Nicholas Marriott |
2024-04-10 | Add an option allow-set-title to forbid applications from changing the | Nicholas Marriott |
2023-12-27 | Correctly handle window ops with no pane, GitHub issue 3747. | Nicholas Marriott |
2023-09-15 | Add -t to source-file, GitHub issue 3473. | Nicholas Marriott |
2023-09-15 | Add some more WINOPS and a placeholder for SMGRAPHICS. | Nicholas Marriott |
2023-08-23 | Log what input_dcs_dispatch does with the input data. | Nicholas Marriott |
2023-08-08 | Add flag to next-prompt/previous-prompt to go to command output instead, | Nicholas Marriott |
2023-07-13 | Use 8 for underscore colour defaults instead of 0 which is less | Nicholas Marriott |
2023-07-03 | Add support for marking lines with a shell prompt based on the OSC 133 | Nicholas Marriott |
2023-06-30 | Get rid of some warnings with GCC 10, from Thomas Klausner. | Nicholas Marriott |
2023-06-25 | SGR 0 should not end hyperlink, reported by Lucas Trzesniewski. | Nicholas Marriott |
2023-03-27 | Add a format to show if there are unseen changes while in a mode, from | Nicholas Marriott |
2023-01-03 | Query the client terminal for foreground and background colours and if | Nicholas Marriott |
2022-11-11 | Parse primary device attributes as well as secondary and add a SIXEL | Nicholas Marriott |
2022-10-28 | Add paste-buffer-deleted notification and fix name of paste-buffer-changed. | Nicholas Marriott |
2022-10-28 | Do not send focus sequences when reporting is enabled, matches other | Nicholas Marriott |
2022-09-12 | Don't use options from pane if pane is NULL. | Nicholas Marriott |
2022-08-31 | Fix window size report, from Vincent Bernat. | Nicholas Marriott |
2022-08-02 | Add a third state "all" to allow-passthrough to work even in invisible | Nicholas Marriott |
2022-06-30 | Add support for OSC 8 hyperlinks (a VTE extension now supported by other | Nicholas Marriott |
2022-06-11 | Fix size of flags output buffer. | Nicholas Marriott |
2022-06-10 | Ignore OSC if the first argument is not properly terminated. | Nicholas Marriott |
2022-06-09 | If an application gives the first parameter to OSC 52, validate and pass | Nicholas Marriott |
2022-05-30 | Add a way for lines added to copy mode to be passed through the parser | Nicholas Marriott |
2022-05-30 | Do not send focus sequences when focus is enabled or disabled by the | Nicholas Marriott |
2022-03-08 | Add argument to refresh-client -l to forward clipboard to a pane. GitHub | Nicholas Marriott |
2022-02-15 | Add an option (default off) to control the passthrough escape sequence. | Nicholas Marriott |
2021-12-07 | Respond to OSC 4 query. | Nicholas Marriott |
2021-12-07 | Use four digits not two for RGB responses to match other terminals. | Nicholas Marriott |
2021-11-11 | If automatic-rename is off, allow the escape sequence to set an empty | Nicholas Marriott |
2021-11-03 | Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. | Nicholas Marriott |
2021-11-01 | Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue | Nicholas Marriott |
2021-10-05 | Separate "very visible" flag from blinking flag, it should not affect | Nicholas Marriott |
2021-08-14 | Some other missing palette NULL checks, from oss-fuzz. | Nicholas Marriott |
2021-08-13 | Change focus to be driven by events rather than walking all panes at end | Nicholas Marriott |
2021-08-11 | Break the colour palette into a struct rather than just a single array | Nicholas Marriott |
2021-06-10 | Add an "always" value to the extended-keys option to always forward | Nicholas Marriott |
2021-02-18 | Reduce len when moving past spaces in OSC 11 parameter. | Nicholas Marriott |
2021-02-15 | Make SGR 6 (rapid blink) the same as SGR 5 (blink) and make SGR 21 to | Nicholas Marriott |
2021-02-15 | Support X11 colour names and some other variations for OSC 10/11, also | Nicholas Marriott |
2020-10-30 | Limit range of repeat to avoid silly high numbers causing delays, from | Nicholas Marriott |
2020-10-29 | Do not write after the end of the array and overwrite the stack when | Nicholas Marriott |
2020-08-19 | Respond to colour requests if a colour is available, from Michal Goral. | Nicholas Marriott |