diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-02-19 21:24:17 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-02-19 21:24:17 +0000 |
| commit | d81aec24399d195d7b6731a08ad73c5c280b000f (patch) | |
| tree | 6f0974474c09c2d3f1517cb4dcc66dbf28dfe0bd /CHANGES | |
| parent | 968296bb07052b5ffeb840f180be247a26feee51 (diff) | |
| download | rtmux-d81aec24399d195d7b6731a08ad73c5c280b000f.tar.gz rtmux-d81aec24399d195d7b6731a08ad73c5c280b000f.tar.bz2 rtmux-d81aec24399d195d7b6731a08ad73c5c280b000f.zip | |
Update CHANGES.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ CHANGES FROM 2.6 TO master +* Show if a filter is present in choose modes. + +* Add pipe-pane -I to to connect stdin of the child process. + +* Use RGB terminfo(5) capability to detect RGB colour terminals (the existing + Tc extension remains unchanged). + +* Support for ISO colon-separated SGR sequences. + * Add select-layout -E to spread panes out evenly (bound to E key). * Support wide characters properly when reflowing. |