From 87bd8965c6128a0238cd1488e5c89bde95968eb1 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 29 Apr 2019 20:18:07 +0100 Subject: Add to CHANGES & remove from TODO. --- TODO | 3 --- 1 file changed, 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 59c31cc8..03e02bb0 100644 --- a/TODO +++ b/TODO @@ -147,12 +147,9 @@ TODO soonish maybe: -- -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, 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. - Merge alternate and normal screen modes: https://gitlab.freedesktop.org/terminal-wg/specifications/issues/5#note_112220 -- cgit