diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-03-17 08:05:58 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-03-17 08:05:58 +0000 |
commit | 3a298454ced9ea282a027c3ee4eb389e96716ac5 (patch) | |
tree | c59f32dcab8f67c1a3d3696f8f71fe3b5d6c9fb5 | |
parent | 2c755e3c55a35e412d75a870005547f77418c5b3 (diff) | |
download | rtmux-3a298454ced9ea282a027c3ee4eb389e96716ac5.tar.gz rtmux-3a298454ced9ea282a027c3ee4eb389e96716ac5.tar.bz2 rtmux-3a298454ced9ea282a027c3ee4eb389e96716ac5.zip |
Add to TODO.
-rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -242,4 +242,8 @@ TODO soonish maybe: silly really though), reflow performance (can reflow blocks on demand). It would possibly be good if history-limit could be global and collected LRU. - +- Array options should be a tree rather than being sparse. +- Formats to get the default formats for various things, notably + choose-tree. GitHub issue 1634. +- Command aliases should be able to override builtin commands in order to add + default flags (some mechanism needed to avoid recursion). GitHub issue 1630. |