From bb42adeb2d90b05bb320f7c070f9940f33de631e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 10 Mar 2024 21:11:25 -0700 Subject: [PATCH] update TODO.md --- TODO.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/TODO.md b/TODO.md index 893233dea..6ba65c1a2 100644 --- a/TODO.md +++ b/TODO.md @@ -1,9 +1,6 @@ Performance: -- for scrollback, investigate using segmented list for sufficiently large - scrollback scenarios. - Loading fonts on startups should probably happen in multiple threads -- `deleteLines` is very, very slow which makes scroll region benchmarks terrible Correctness: @@ -15,10 +12,6 @@ Correctness: - can effect a crash using `vttest` menu `3 10` since it tries to parse ASCII as UTF-8. -Improvements: - -- scrollback: configurable - Mac: - Preferences window @@ -27,3 +20,10 @@ Major Features: - Bell - Sixels: https://saitoha.github.io/libsixel/ + +paged-terminal branch: + +- tests and logic for overflowing page capacities: + * graphemes + * styles +- configurable scrollback size