mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
update TODO
This commit is contained in:
7
TODO.md
7
TODO.md
@ -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)
|
||||||
|
Reference in New Issue
Block a user