update TODO

This commit is contained in:
Mitchell Hashimoto
2022-07-11 06:54:22 -07:00
parent 07d5e3c588
commit 9cc9dbc9a0

View File

@ -8,10 +8,12 @@ Performance:
* update cells should only update the changed cells * update cells should only update the changed cells
* 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
Correctness: Correctness:
* `exit` in the shell should close the window * `exit` in the shell should close the window
* scrollback: reflow on resize
* test wrap against wraptest: https://github.com/mattiase/wraptest * test wrap against wraptest: https://github.com/mattiase/wraptest
- automate this in some way - automate this in some way
@ -19,9 +21,12 @@ Visual:
* bell * bell
Improvements:
* scrollback: configurable
Major Features: Major Features:
* History, mouse scrolling
* Line wrap * Line wrap
* Selection, highlighting * Selection, highlighting
* Copy (paste is done) * Copy (paste is done)