aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-04-26 12:44:25 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-04-26 12:44:25 +0100
commit293fd0d258e8cfdcbfe7ea37cdcc29ffa84ce9f2 (patch)
tree18b4b38461c1af7ada81f57356dd05ba9eb789d2 /CHANGES
parent7c4a2253e89dd26018de489301e46d8425893a78 (diff)
downloadrtmux-293fd0d258e8cfdcbfe7ea37cdcc29ffa84ce9f2.tar.gz
rtmux-293fd0d258e8cfdcbfe7ea37cdcc29ffa84ce9f2.tar.bz2
rtmux-293fd0d258e8cfdcbfe7ea37cdcc29ffa84ce9f2.zip
Update CHANGES and TODO.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b4a0d767..ee1945f3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
CHANGES FROM 2.9 to X.X
+* Hooks are now stored in the options tree as array options, allowing them to
+ have multiple separate commands. set-hook and show-hooks remain but
+ set-option and show-options can now also be used (show-options will only show
+ hooks if given the -H flag). Hooks with multiple commands are run in index
+ order.
+
* Automatically scroll if dragging to create a selection with the mouse and the
cursor reaches the top or bottom line.