| Commit message (Expand) | Author | Age |
* | 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 |
* | Fix link, from Eliran Gonen. | nicm | 2018-04-06 |
* | For some reason tmux treats SGR 10 as SGR 0. It has done since the first | nicm | 2018-03-05 |
* | Support ISO colon-separated SGR. | nicm | 2018-02-19 |
* | Simplify UTF-8 states down into one state. | nicm | 2018-01-12 |
* | Add support for the xterm(1) title stack, from Brad Town, GitHub issue | nicm | 2017-10-05 |
* | Apply timeout to CAN and RS which also wait for ST. | nicm | 2017-09-10 |
* | Support REP escape sequence (\033[b). | nicm | 2017-08-29 |
* | Add a hook when the clipboard is set. | nicm | 2017-06-09 |
* | Add a timeout to prevent the sequences which wait for a specific | nicm | 2017-06-04 |
* | Be more strict about escape sequences that rename windows or set titles: | nicm | 2017-06-04 |
* | Make set-clipboard a three-state option so tmux itself can ignore the | nicm | 2017-06-03 |
* | Support OSC 10 and 11 to set foreground and background colours, from | nicm | 2017-05-28 |
* | Scrolling needs to use background colour. | nicm | 2017-05-12 |
* | ECH needs to use background colour. | nicm | 2017-05-12 |
* | We need to collect UTF-8 characters so that width != 1 characters are | nicm | 2017-04-22 |
* | Add support for the strikethrough attribute (SGR 9), using the new smxx | nicm | 2017-03-22 |
* | Add SGR 28 to clear hidden flag. | nicm | 2017-02-19 |
* | There are buggy terminals out there that do not move the cursor to 0,0 | nicm | 2017-02-16 |
* | Add support for scroll up escape sequence (CSI S) and use it when | nicm | 2017-02-08 |
* | Collect sequences of printable ASCII characters and process them | nicm | 2017-02-08 |
* | Some other tidying bits. | nicm | 2017-02-08 |
* | Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all | nicm | 2017-02-06 |
* | Add BCE for clear to start of screen, which was somehow missed. | nicm | 2017-02-06 |
* | Fix logging of CSI parameters. | nicm | 2017-02-06 |
* | Implement "all event" (1003) mouse mode but in a way that works. The | nicm | 2017-02-01 |
* | Accept the OSC 52 escape sequence inside tmux to add a new buffer, from | nicm | 2017-01-22 |