Age | Commit message (Expand) | Author |
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 |
2020-07-24 | Add a hook when the pane title changed. | Nicholas Marriott |
2020-06-16 | d and D keys to reset to default in customize mode. | Nicholas Marriott |
2020-06-01 | Instead of sending all data to control mode clients as fast as possible, | Nicholas Marriott |
2020-05-21 | Support code for control mode flow control: allow clients to have | Nicholas Marriott |
2020-05-16 | Add a terminal feature for enable/disable extended keys (supported by | Nicholas Marriott |
2020-05-16 | Do not hoke into struct window_pane from the tty code and instead set | Nicholas Marriott |
2020-05-16 | Drop having a separate type for style options and make them all strings, | Nicholas Marriott |
2020-05-16 | Remove support for iTerm2's DSR 1337 extension and use the CSI > q | Nicholas Marriott |
2020-04-30 | Do not remove the automatic-rename option from the global set, only from | Nicholas Marriott |
2020-03-31 | Move alternate screen into the screen rather than the pane. | Nicholas Marriott |
2020-03-31 | Detach reply escape sequences from the pane so they work in popups. | Nicholas Marriott |
2020-03-19 | Change input path so it doesn't require a pane. | Nicholas Marriott |
2020-02-03 | Instead of passing titles through vis() which doubles backslashes, just | Nicholas Marriott |
2020-01-29 | Do not send DA and DSR again if already have a response. | Nicholas Marriott |
2020-01-28 | Add support for the iTerm2 DSR 1337 sequence to get the terminal version. | Nicholas Marriott |
2019-11-28 | Bump the escape sequence timeout to five seconds to allow for longer | Nicholas Marriott |
2019-11-15 | Do not add path if it is NULL, duh. | Nicholas Marriott |
2019-11-15 | Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). | Nicholas Marriott |
2019-11-14 | Change new-session -A without a session name (that is, no -s option | Nicholas Marriott |
2019-11-01 | Handle the various different forms of rgb colour strings. | Nicholas Marriott |
2019-10-14 | Turn automatic-rename back on if the rename escape sequence is used with | Nicholas Marriott |
2019-09-25 | Style and line length nits. | Nicholas Marriott |
2019-09-24 | Some minor performance improvements - most notably, don't search the | Nicholas Marriott |
2019-08-05 | Add support for the SD (scroll down) escape sequence, GitHub issue 1861. | Nicholas Marriott |
2019-06-27 | Add support for underscore colours with Setulc capability, mostly from | Nicholas Marriott |
2019-06-20 | allow-rename and alternate-screen can be pane options. | Nicholas Marriott |
2019-06-20 | Add a per-pane option set. Pane options inherit from window options (so | Nicholas Marriott |
2019-05-30 | Remove a leftover abort and some fixes from cppcheck. | Nicholas Marriott |
2019-05-20 | Fix the color space parameter in RGB SGR, from Brad Town. | Nicholas Marriott |
2019-05-13 | Add support for overline (SGR 53), from Ricardo Banffy. | Nicholas Marriott |
2019-05-07 | Do not use evbuffer_add_buffer because it is destructive and doesn't | Nicholas Marriott |
2019-05-03 | Allow panes to be empty (no command), output can be piped to them with | Nicholas Marriott |
2019-04-02 | Add an argument to copy commands to set the prefix for the buffer name, | Nicholas Marriott |
2019-03-14 | Add a wrapper (struct style) around styles rather than using the | Nicholas Marriott |
2019-03-14 | Add actual HPA (\033[`), the existing one is CHA. From Marc Reisner. | Nicholas Marriott |
2019-03-13 | Do not use origin for VPA. | Nicholas Marriott |
2019-03-12 | DECRC and DECSC apparently need to preserve origin mode as well, based | Nicholas Marriott |
2019-03-12 | Fix HPA in origin mode. | Nicholas Marriott |
2019-03-12 | Tidy up a lot of &ictx->ctx by using a local variable. | Nicholas Marriott |
2019-03-12 | Revert to not clearing history on RIS, apparently some bootloaders send | Nicholas Marriott |
2019-03-12 | Allow multiple modes to be open in a pane. A stack of open modes is kept | Nicholas Marriott |
2019-03-12 | Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner. | Nicholas Marriott |
2018-12-17 | Fix parsing of empty colon-separated fields, reported by Siarhei Siniak. | Nicholas Marriott |
2018-11-19 | evbuffer_new and bufferevent_new can both fail (when malloc fails) and | Nicholas Marriott |