From eb0913d1b4cce825dbd9308941a687fd14e82bfb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 4 Sep 2022 09:47:49 -0700 Subject: [PATCH] update TODO --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index 94361e92c..c2b39a959 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,6 @@ Performance: * libuv allocates on every read, we should use a read buffer pool * 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.