diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-04-13 17:59:11 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-04-13 17:59:11 +0100 |
commit | ae0b7c7d7292d83ab46b327c4c428ca0eebbc966 (patch) | |
tree | 68c4f104b81f993d585845dbb5bb13e8d4d1e0c8 | |
parent | a770ef3e2a8ac8c5f4580fb0398e203448a64b0f (diff) | |
download | rtmux-ae0b7c7d7292d83ab46b327c4c428ca0eebbc966.tar.gz rtmux-ae0b7c7d7292d83ab46b327c4c428ca0eebbc966.tar.bz2 rtmux-ae0b7c7d7292d83ab46b327c4c428ca0eebbc966.zip |
Some changes.
-rw-r--r-- | CHANGES | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,13 +1,15 @@ CHANGES FROM 2.7 to master -* +* Fixes to : form of SGR. + +* Add x and X to choose-tree to kill sessions, windows or panes. CHANGES FROM 2.6 TO 2.7 * Remove EVENT_* variables from environment on platforms where tmux uses them so they do not pass on to panes. -* Fixed for hooks at server exit. +* Fixes for hooks at server exit. * Remove SGR 10 (was equivalent to SGR 0 but no other terminal seems to do this). |