diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-03-20 20:02:13 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-03-20 20:02:13 +0000 |
commit | ef38a420b219b22b230d656c2a49961c9f422152 (patch) | |
tree | 61424c687d08f893c61c5872c83667dc628cb15d | |
parent | 7536d57b163952a3c5b8ca492ab269790d8c42ae (diff) | |
download | rtmux-ef38a420b219b22b230d656c2a49961c9f422152.tar.gz rtmux-ef38a420b219b22b230d656c2a49961c9f422152.tar.bz2 rtmux-ef38a420b219b22b230d656c2a49961c9f422152.zip |
Update TODO.
-rw-r--r-- | TODO | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -153,10 +153,9 @@ TODO soonish maybe: - copy-pipe should be synchronous, issue 1517. - -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 - some work done, there is an issue - somewhere. Can be used potentially for compression of history (bit - silly really though), reflow performance (can reflow blocks on - demand). It would possibly be good if history-limit could be global - and collected LRU. +- Grid "block" stuff, issue 1269. Can be used potentially for compression of + history (bit silly really though), reflow performance (can reflow blocks on + demand). It would possibly be good if history-limit could be global and + 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. |