From 4b2f2a81dba54da68231f84f30b89b13c9559fd2 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 8 Nov 2022 14:01:47 -0800 Subject: [PATCH] update TODO --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 1049ca957..43f0aed42 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,8 @@ Bugs: +* Asian characters (amongst others) turn into missing glyph symbol, should + be able to find them somewhere when other programs can render them fine. + Performance: * for scrollback, investigate using segmented list for sufficiently large @@ -12,6 +15,7 @@ Performance: 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: