From 04ddd3e9ffc6b775f84ab09ab34a9bddd0f6cad0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 9 Aug 2022 09:01:59 -0700 Subject: [PATCH] update TODO --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.md b/TODO.md index 7a284dfc6..b35f7c4d4 100644 --- a/TODO.md +++ b/TODO.md @@ -9,6 +9,9 @@ Performance: * for scrollback, investigate using segmented list for sufficiently large scrollback scenarios. * scrollback: dynamic growth rather than prealloc +* reflow: text reflow is really poorly implemented right now specifically + for shrinking columns. Look into this. This may require changing the + screen data structure. Correctness: