diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-10 17:06:31 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-10 17:06:31 +0100 |
commit | 8502517d302363cf0d18c4aedf80a2761db24c1c (patch) | |
tree | 4e6d4eb01060ad595b3ef054685e298821231582 | |
parent | 0070313e286bc26141209798ebb5c76f39f25df4 (diff) | |
download | rtmux-8502517d302363cf0d18c4aedf80a2761db24c1c.tar.gz rtmux-8502517d302363cf0d18c4aedf80a2761db24c1c.tar.bz2 rtmux-8502517d302363cf0d18c4aedf80a2761db24c1c.zip |
Add to CHANGES.
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ CHANGES FROM 3.1b TO 3.2 +* Add a -D flag to make the tmux server run in the foreground and not as a + daemon. + +* Do not loop forever in copy mode when search finds an empty match. + +* Fix the next-matching-bracket logic when using vi(1) keys. + +* Add a customize mode where options may be browsed and changed, includes + adding a brief description of each option. Bound to "C-b C" by default. + * Change message log (C-b ~) so there is one for the server rather than one per client and it remains after detach, and make it useful by logging every command. |