diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-12-13 11:31:53 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-12-13 11:31:53 +0000 |
commit | e6b02dec199a0f058aee4e9575f57d92b39501f5 (patch) | |
tree | c81a86c3b06da4410da9c69b87ecedcbd2191674 | |
parent | 00723f1f5c9245683f96ba46e1a0049672588241 (diff) | |
download | rtmux-e6b02dec199a0f058aee4e9575f57d92b39501f5.tar.gz rtmux-e6b02dec199a0f058aee4e9575f57d92b39501f5.tar.bz2 rtmux-e6b02dec199a0f058aee4e9575f57d92b39501f5.zip |
Add to CHANGES.
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ CHANGES FROM 3.0 to X.X +* 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. + * Add ~/.config/tmux/tmux.conf to the default search path for configuration files. |