diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-10-07 15:06:40 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-10-07 15:06:40 +0100 |
commit | 1952b3f746482c90bb8375aa42207e5af96f37eb (patch) | |
tree | 3589009c5c0b7bd19fc5580c2e3d6b1bf0fb15a5 | |
parent | 546060f34085bf93278cf2c6941488d7ffbd4f70 (diff) | |
download | rtmux-1952b3f746482c90bb8375aa42207e5af96f37eb.tar.gz rtmux-1952b3f746482c90bb8375aa42207e5af96f37eb.tar.bz2 rtmux-1952b3f746482c90bb8375aa42207e5af96f37eb.zip |
Update CHANGES.
-rw-r--r-- | CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ CHANGES FROM 2.8 to master +* Do not move the cursor in copy mode when the mouse wheel is used. + +* Use the same working directory rules for jobs as new windows rather + than always starting in the user's home. + +* Allow panes to be one line or column in size. + +* Go to last line when goto-line number is out of range in copy mode. + +* Yank previously cut text if any with C-y in the command prompt, only + use the buffer if no text has been cut. + +* Add q: format modifier to quote shell special characters. + * Add StatusLeft and StatusRight mouse locations (keys such as MouseDown1StatusLeft) for the status-left and status-right areas of the status line. |