diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-03-12 17:59:46 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-03-12 17:59:46 +0000 |
commit | 6c3ee42568f3fef75f5daae890f6fb31dd378d95 (patch) | |
tree | f9cb7a9e23f4f8d3ad235e6a45f0158041d8571e | |
parent | 2f0ffe6adb635f28ec5005776de00d98e7fe4162 (diff) | |
download | rtmux-6c3ee42568f3fef75f5daae890f6fb31dd378d95.tar.gz rtmux-6c3ee42568f3fef75f5daae890f6fb31dd378d95.tar.bz2 rtmux-6c3ee42568f3fef75f5daae890f6fb31dd378d95.zip |
Add a couple of things.
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -180,3 +180,10 @@ TODO soonish maybe: - Support buffer prefixes, issue 1501. - 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. + |