diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-03-12 11:20:21 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-03-12 11:20:21 +0000 |
commit | f8a30e158821876e8c30d46ab2728bce739e35de (patch) | |
tree | 27a6525c95a282a69857e909b586b9308419c6ca | |
parent | 95d340cc4f3e6f03fc3ab5302c52e8b31636cc81 (diff) | |
download | rtmux-f8a30e158821876e8c30d46ab2728bce739e35de.tar.gz rtmux-f8a30e158821876e8c30d46ab2728bce739e35de.tar.bz2 rtmux-f8a30e158821876e8c30d46ab2728bce739e35de.zip |
Update CHANGES.
-rw-r--r-- | CHANGES | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ CHANGES FROM 2.8 to X.X +* Allow more than one mode to be opened in a pane. Modes are kept on a + stack and retrieved if the same mode is entered again. Exiting the + active mode goes back to the previous one. + +* Add support for origin mode. + +* When showing command output in copy mode, call it view mode instead + (affects pane_mode format). + +* Add -b to display-panes like run-shell. + +* Handle UTF-8 in word-separators option. + * New "terminal" colour allowing options to use the terminal default colour rather than inheriting the default from a parent option. |