| Commit message (Expand) | Author | Age |
| * | Get == and != the right way round. | Nicholas Marriott | 2020-05-15 |
| * | Only send XDA on 0. | Nicholas Marriott | 2020-05-15 |
| * | Fix default values for new escape sequences. | Nicholas Marriott | 2020-05-15 |
| * | Only forward extended keys if the application has requested them, even though | Nicholas Marriott | 2020-05-15 |
| * | Do not hoke into struct window_pane from the tty code and instead set | Nicholas Marriott | 2020-05-01 |
| * | Merge tag '3.1b' | Nicholas Marriott | 2020-04-30 |
| |\ |
|
| | * | Do not remove the automatic-rename option from the global set, only from | Nicholas Marriott | 2020-04-30 |
| * | | Need to redraw borders now when some things change. Also change default so that | Nicholas Marriott | 2020-04-29 |
| * | | Drop having a separate type for style options and make them all strings, which | Nicholas Marriott | 2020-04-28 |
| * | | Build list of paths and weed out duplicates before loading configs. | Nicholas Marriott | 2020-04-23 |
| * | | Remove support for iTerm2's DSR 1337 extension and use the CSI > q extension | Nicholas Marriott | 2020-04-23 |
| * | | Move alternate screen into the screen rather than the pane. | nicm | 2020-03-31 |
| * | | Change input path so it doesn't require a pane. | nicm | 2020-03-19 |
| |/ |
|
| * | Instead of passing titles through vis() which doubles backslashes, just | nicm | 2020-02-03 |
| * | Do not send DA and DSR again if already have a response. | nicm | 2020-01-29 |
| * | Add support for the iTerm2 DSR 1337 sequence to get the terminal version. | nicm | 2020-01-28 |
| * | Bump the escape sequence timeout to five seconds to allow for longer | nicm | 2019-11-28 |
| * | Do not add path if it is NULL, duh. | nicm | 2019-11-15 |
| * | Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). | nicm | 2019-11-15 |
| * | Change new-session -A without a session name (that is, no -s option | nicm | 2019-11-14 |
| * | Handle the various different forms of rgb colour strings. | nicm | 2019-11-01 |
| * | Turn automatic-rename back on if the rename escape sequence is used with | nicm | 2019-10-14 |
| * | Style and line length nits. | nicm | 2019-09-25 |
| * | Some minor performance improvements - most notably, don't search the | nicm | 2019-09-24 |
| * | Add support for the SD (scroll down) escape sequence, GitHub issue 1861. | nicm | 2019-08-05 |
| * | Add support for underscore colours with Setulc capability, mostly from | nicm | 2019-06-27 |
| * | allow-rename and alternate-screen can be pane options. | nicm | 2019-06-20 |
| * | Add a per-pane option set. Pane options inherit from window options (so | nicm | 2019-06-20 |
| * | Remove a leftover abort and some fixes from cppcheck. | nicm | 2019-05-30 |
| * | Fix the color space parameter in RGB SGR, from Brad Town. | nicm | 2019-05-20 |
| * | Add support for overline (SGR 53), from Ricardo Banffy. | nicm | 2019-05-13 |
| * | Do not use evbuffer_add_buffer because it is destructive and doesn't | nicm | 2019-05-07 |
| * | Allow panes to be empty (no command), output can be piped to them with | nicm | 2019-05-03 |
| * | Add an argument to copy commands to set the prefix for the buffer name, | nicm | 2019-04-02 |
| * | Add a wrapper (struct style) around styles rather than using the | nicm | 2019-03-14 |
| * | Add actual HPA (\033[`), the existing one is CHA. From Marc Reisner. | nicm | 2019-03-14 |
| * | Do not use origin for VPA. | nicm | 2019-03-13 |
| * | DECRC and DECSC apparently need to preserve origin mode as well, based | nicm | 2019-03-12 |
| * | Fix HPA in origin mode. | nicm | 2019-03-12 |
| * | Tidy up a lot of &ictx->ctx by using a local variable. | nicm | 2019-03-12 |
| * | Revert to not clearing history on RIS, apparently some bootloaders send | nicm | 2019-03-12 |
| * | Allow multiple modes to be open in a pane. A stack of open modes is kept | nicm | 2019-03-12 |
| * | Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner. | nicm | 2019-03-12 |
| * | Fix parsing of empty colon-separated fields, reported by Siarhei Siniak. | nicm | 2018-12-17 |
| * | evbuffer_new and bufferevent_new can both fail (when malloc fails) and | nicm | 2018-11-19 |
| * | Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard | nicm | 2018-10-18 |
| * | Support for extended underline styles on terminals which offer them, | nicm | 2018-10-18 |
| * | Add the KEYC_XTERM flag to all function keys that imply a modifier so | nicm | 2018-08-16 |
| * | Clear history on RIS like most other terminals do. | nicm | 2018-07-31 |
| * | A couple of fixes to the : form of SGR. Apparently there is an extra | nicm | 2018-04-10 |