From b3c568813a7b7646487871ece3124d82cd726ce5 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 18 Mar 2023 19:47:24 -0700 Subject: [PATCH] update TODO! --- TODO.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/TODO.md b/TODO.md index e378c4ae1..b94b19cb9 100644 --- a/TODO.md +++ b/TODO.md @@ -2,19 +2,11 @@ Performance: * for scrollback, investigate using segmented list for sufficiently large scrollback scenarios. -* reflow: text reflow is really poorly implemented right now specifically - for shrinking columns. Look into this. This may require changing the - screen data structure. * Loading fonts on startups should probably happen in multiple threads -* Windowing event loop should not check `shouldClose` on every window - and should use should close callbacks instead. -* Window shutdown should be done in threads but GLFW window close cannot - be done in multiple threads making this a bit tricky. * `deleteLines` is very, very slow which makes scroll region benchmarks terrible Correctness: -* `exit` in the shell should close the window * test wrap against wraptest: https://github.com/mattiase/wraptest - automate this in some way * Charsets: UTF-8 vs. ASCII mode @@ -31,7 +23,6 @@ Improvements: Mac: -* Set menubar * Preferences window Major Features: