update TODO

This commit is contained in:
Mitchell Hashimoto
2022-11-08 14:01:47 -08:00
parent 8a871e1294
commit 4b2f2a81db

View File

@ -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: