diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-08-10 10:21:40 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-08-10 10:21:40 +0100 |
commit | 13fe06a459f8dd62f9c3ee394e65a0fa7b1ee029 (patch) | |
tree | d9330fe9c8d850c600bdc36f5154fd5857b79e5c | |
parent | 33f9b316a356f72b8cf0fcd8ec25d415290ed588 (diff) | |
download | rtmux-13fe06a459f8dd62f9c3ee394e65a0fa7b1ee029.tar.gz rtmux-13fe06a459f8dd62f9c3ee394e65a0fa7b1ee029.tar.bz2 rtmux-13fe06a459f8dd62f9c3ee394e65a0fa7b1ee029.zip |
Update CHANGES.
-rw-r--r-- | CHANGES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,11 +1,23 @@ CHANGES FROM 2.7 to master +* Make display-panes block the client until a pane is chosen or it + times out + +* Clear history on RIS like most other terminals do. + +* Add an "Any" key to run a command if a key is pressed that is not + bound in the current key table. + +* Expand formats in load-buffer and save-buffer. + * Add a rectangle_toggle format. * Add set-hook -R to run a hook immediately. * Add README.ja. +* Add pane focus hooks. + * Allow any punctuation as separator for s/x/y not only /. * Improve resizing with the mouse (fix resizing the wrong pane in some |