update TODO

This commit is contained in:
Mitchell Hashimoto
2022-08-09 09:01:59 -07:00
parent 57cec33303
commit 04ddd3e9ff

View File

@ -9,6 +9,9 @@ Performance:
* for scrollback, investigate using segmented list for sufficiently large * for scrollback, investigate using segmented list for sufficiently large
scrollback scenarios. scrollback scenarios.
* scrollback: dynamic growth rather than prealloc * scrollback: dynamic growth rather than prealloc
* reflow: text reflow is really poorly implemented right now specifically
for shrinking columns. Look into this. This may require changing the
screen data structure.
Correctness: Correctness: