From 6c3ee42568f3fef75f5daae890f6fb31dd378d95 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 12 Mar 2019 17:59:46 +0000 Subject: [PATCH] Add a couple of things. --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) 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. +