From 9cc9dbc9a0c02c40560928764ba0dd49cb330130 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 11 Jul 2022 06:54:22 -0700 Subject: [PATCH] update TODO --- TODO.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 0fb97c3a9..b1e2aa5f0 100644 --- a/TODO.md +++ b/TODO.md @@ -8,10 +8,12 @@ Performance: * update cells should only update the changed cells * for scrollback, investigate using segmented list for sufficiently large scrollback scenarios. +* scrollback: dynamic growth rather than prealloc Correctness: * `exit` in the shell should close the window +* scrollback: reflow on resize * test wrap against wraptest: https://github.com/mattiase/wraptest - automate this in some way @@ -19,9 +21,12 @@ Visual: * bell +Improvements: + +* scrollback: configurable + Major Features: -* History, mouse scrolling * Line wrap * Selection, highlighting * Copy (paste is done)