diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-01-14 16:02:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-01-14 16:02:22 +0000 |
commit | cdf138372c4b7a0cc48e15c1ad6412a88db08fb8 (patch) | |
tree | ff3a97c8c169d2ab9bbcc209603cbe3cc6e39a89 | |
parent | a01c9ffc6c750537e2700f756ea8479c0f8b8e69 (diff) | |
download | rtmux-cdf138372c4b7a0cc48e15c1ad6412a88db08fb8.tar.gz rtmux-cdf138372c4b7a0cc48e15c1ad6412a88db08fb8.tar.bz2 rtmux-cdf138372c4b7a0cc48e15c1ad6412a88db08fb8.zip |
Add to CHANGES.
-rw-r--r-- | CHANGES | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ CHANGES FROM 3.0 to X.X +* Treat plausible but invalid keys (like C-BSpace) as literal like any other + unrecognised string passed to send-keys + +* Detect iTerm2 and enable use of DECSLRM (much faster with horizontally split + windows). + +* Add -Z to default switch-client command in tree mode. + +* Add ~ to quoted characters for %%%. + +* Document client exit messages in the manual page. + +* Do not let read-only clients limit the size. + +* Add a number of new formats to inspect what sessions and clients a window is + present or active in. + * Change file reading and writing to go through the client if necessary. This fixes commands like "tmux loadb /dev/fd/X". Also modify source-file to support "-" for standard input, like load-buffer and save-buffer. |