diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-04-26 12:44:25 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-04-26 12:44:25 +0100 |
commit | 293fd0d258e8cfdcbfe7ea37cdcc29ffa84ce9f2 (patch) | |
tree | 18b4b38461c1af7ada81f57356dd05ba9eb789d2 | |
parent | 7c4a2253e89dd26018de489301e46d8425893a78 (diff) | |
download | rtmux-293fd0d258e8cfdcbfe7ea37cdcc29ffa84ce9f2.tar.gz rtmux-293fd0d258e8cfdcbfe7ea37cdcc29ffa84ce9f2.tar.bz2 rtmux-293fd0d258e8cfdcbfe7ea37cdcc29ffa84ce9f2.zip |
Update CHANGES and TODO.
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | TODO | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -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. @@ -147,7 +147,6 @@ TODO soonish maybe: -- Store hooks as options, issue 1619. - -E flag to pass environment to new-*, issue 1498. - Copy mode searching is slow when there is a big history, issue 1545. - Grid "block" stuff, issue 1269. Can be used potentially for compression of |