aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-06-05 12:01:58 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-06-05 12:01:58 +0100
commite1686c26dde81131a4d58a21f6fe79e0e2e01b64 (patch)
tree61a80e2965998cae5ce3a78423c9a9a00827a778 /CHANGES
parente62e17d0461cfb0bfb55ae3c9c7a3815235298fb (diff)
downloadrtmux-e1686c26dde81131a4d58a21f6fe79e0e2e01b64.tar.gz
rtmux-e1686c26dde81131a4d58a21f6fe79e0e2e01b64.tar.bz2
rtmux-e1686c26dde81131a4d58a21f6fe79e0e2e01b64.zip
Update CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8bc488f5..9b1cd32c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,13 @@
CHANGES FROM 2.5 to master
+* Do not allow escape sequences which expect a specific terminator (APC, DSC,
+ OSC) to wait for forever - use a small timeout. This reduces the chance of
+ the pane locking up completely when sent garbage (cat /dev/random or
+ similar).
+
+* Support SIGUSR2 to toggle logging on a running server, also generate the
+ "out" log file with -vv not -vvvv.
+
* Make set-clipboard a three state option: on (tmux both sends to outside
terminal and accepts from applications inside); external (tmux sends outside
but does not accept inside); and off.