aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-08-29 11:13:35 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-08-29 11:13:35 +0100
commit5cdccf78a1baa5757a42e78e6b89266f89a37034 (patch)
tree5f3dad6a4d414cfcdef0786e4a361661fb9fd4e5
parent1492c9d7d963afbac9182daddb9f0b8d98e4c11e (diff)
downloadrtmux-5cdccf78a1baa5757a42e78e6b89266f89a37034.tar.gz
rtmux-5cdccf78a1baa5757a42e78e6b89266f89a37034.tar.bz2
rtmux-5cdccf78a1baa5757a42e78e6b89266f89a37034.zip
Update CHANGES.
-rw-r--r--CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1f5fae0e..210d5d06 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,13 @@
CHANGES FROM 2.5 to master
+* Reorder how keys are checked to allow keys to be specified that have a
+ leading escape. GitHub issue 1048.
+
+* Support REP escape sequence (\033[b).
+
+* Run alert hooks based on options rather than always, and allow further bells
+ even if there is an existing bell.
+
* Add -d flag to display-panes to override display-panes-time.
* Add selection_present format when in copy mode (allows key bindings that do
@@ -38,7 +46,8 @@ CHANGES FROM 2.5 to master
* FAQ file has moved out of repository to online.
-* Fix problem with high CPU usage when a client dies unexpectedly. GitHub issue 941.
+* Fix problem with high CPU usage when a client dies unexpectedly. GitHub issue
+ 941.
* Do a dance on OS X 10.10 and above to return tmux to the user namespace,
allowing access to the clipboard.