aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-03-26 15:05:41 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-03-26 15:05:41 +0000
commitb1dc2b5353584494fd78e1ef3936713f127e0bd1 (patch)
tree829c93e414fafb98b7690046cddb6cfb2777193c
parent0a913b09cfa9ab35c872ebea3e05ab8eb5de6ae0 (diff)
parente0e08fcd2d52b1d47aefe6b839b39ef2e4f374c7 (diff)
downloadrtmux-b1dc2b5353584494fd78e1ef3936713f127e0bd1.tar.gz
rtmux-b1dc2b5353584494fd78e1ef3936713f127e0bd1.tar.bz2
rtmux-b1dc2b5353584494fd78e1ef3936713f127e0bd1.zip
Merge branch '2.9-rc'
-rw-r--r--CHANGES2
-rw-r--r--TODO2
2 files changed, 1 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index b028e7d8..a3b674c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.
diff --git a/TODO b/TODO
index d4c2edfd..4e252b5f 100644
--- a/TODO
+++ b/TODO
@@ -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.