diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-03-26 15:05:41 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-03-26 15:05:41 +0000 |
commit | b1dc2b5353584494fd78e1ef3936713f127e0bd1 (patch) | |
tree | 829c93e414fafb98b7690046cddb6cfb2777193c | |
parent | 0a913b09cfa9ab35c872ebea3e05ab8eb5de6ae0 (diff) | |
parent | e0e08fcd2d52b1d47aefe6b839b39ef2e4f374c7 (diff) | |
download | rtmux-b1dc2b5353584494fd78e1ef3936713f127e0bd1.tar.gz rtmux-b1dc2b5353584494fd78e1ef3936713f127e0bd1.tar.bz2 rtmux-b1dc2b5353584494fd78e1ef3936713f127e0bd1.zip |
Merge branch '2.9-rc'
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | TODO | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -17,7 +17,7 @@ CHANGES FROM 2.8 to 2.9 * No longer clear history on RIS. -* Extend the #[] style syntax and use that together with previous for mat +* Extend the #[] style syntax and use that together with previous format changes to allow the status line to be entirely configured with a single option. @@ -159,5 +159,3 @@ TODO soonish maybe: collected LRU. - Command aliases should be able to override builtin commands in order to add default flags (some mechanism needed to avoid recursion). GitHub issue 1630. -- Way to bind mouse keys on empty gap between status left and right and window - list, GitHub issue 1649. |