diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-04-18 22:11:46 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-04-18 22:11:46 +0100 |
commit | 8d752f5aaaee1a20d37f8df90f361550fecd6427 (patch) | |
tree | 77f819b089a17acbf330ec72e237b68b1cd212f8 | |
parent | e7827f8bc25e2051e6ed6ae3b5a5fba2cddb7ac0 (diff) | |
download | rtmux-8d752f5aaaee1a20d37f8df90f361550fecd6427.tar.gz rtmux-8d752f5aaaee1a20d37f8df90f361550fecd6427.tar.bz2 rtmux-8d752f5aaaee1a20d37f8df90f361550fecd6427.zip |
Update CHANGES.
-rw-r--r-- | CHANGES | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,10 +1,28 @@ CHANGES FROM 2.9 to X.X +* Add an argument to copy commands to set the prefix for the buffer name, this + (for example) allows buffers for different sessions to be named separately. + +* Update session activity on focus event. + +* Pass target from source-file into the config file parser so formats in %if + and %endif have access to more useful variables. + +* Add the ability to infer an option type (server, session, window) from its + name to show-options (it was already present in set-option). + * Allow the prefix used for new buffer names to be given as an argument to the copy commands in copy mode. CHANGES FROM 2.8 to 2.9 +* Attempt to preserve horizontal cursor position as well as vertical with + reflow. + +* Rewrite main-vertical and horizontal and change layouts to better handle the + case where all panes won't fit into the window size, reduce problems with + pane border status lines and fix other bugs mostly found by Thomas Sattler. + * Add format variables for the default formats in the various modes (tree_mode_format and so on) and add a -a flag to display-message to list variables with values. |