diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-04-25 13:00:32 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-04-25 13:00:32 +0100 |
commit | dddc544b8f8f954afeaa6c696f107b25a64904b2 (patch) | |
tree | 6cbfada10338b4dafb439629836ad823667d2710 | |
parent | 643eecde861a6f3fad66e7a0770960731d12abf7 (diff) | |
download | rtmux-dddc544b8f8f954afeaa6c696f107b25a64904b2.tar.gz rtmux-dddc544b8f8f954afeaa6c696f107b25a64904b2.tar.bz2 rtmux-dddc544b8f8f954afeaa6c696f107b25a64904b2.zip |
Update CHANGES.
-rw-r--r-- | CHANGES | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,5 +1,12 @@ CHANGES FROM 2.9 to X.X +* Automatically scroll if dragging to create a selection with the mouse and the + cursor reaches the top or bottom line. + +* Add -no-clear variants of copy-selection and copy-pipe which do not clear the + selection after copying. Make copy-pipe clear the selection by default to be + consistent with copy-selection. + * 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. @@ -11,9 +18,6 @@ CHANGES FROM 2.9 to X.X * 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 |