aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-03-12 17:59:46 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-03-12 17:59:46 +0000
commit6c3ee42568f3fef75f5daae890f6fb31dd378d95 (patch)
treef9cb7a9e23f4f8d3ad235e6a45f0158041d8571e
parent2f0ffe6adb635f28ec5005776de00d98e7fe4162 (diff)
downloadrtmux-6c3ee42568f3fef75f5daae890f6fb31dd378d95.tar.gz
rtmux-6c3ee42568f3fef75f5daae890f6fb31dd378d95.tar.bz2
rtmux-6c3ee42568f3fef75f5daae890f6fb31dd378d95.zip
Add a couple of things.
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 56b964b6..f37992bf 100644
--- a/TODO
+++ b/TODO
@@ -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.
+