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:
14
TODO.md
14
TODO.md
@ -1,8 +1,8 @@
|
|||||||
Performance:
|
Performance:
|
||||||
|
|
||||||
* libuv allocates on every read, we should use a read buffer pool
|
* libuv allocates on every read, we should use a read buffer pool
|
||||||
* update cells for drawing should just happen once per frame
|
|
||||||
* update cells should only update the changed cells
|
* update cells should only update the changed cells
|
||||||
|
* terminal data structure is bad!
|
||||||
|
|
||||||
Correctness:
|
Correctness:
|
||||||
|
|
||||||
@ -11,3 +11,15 @@ Correctness:
|
|||||||
Visual:
|
Visual:
|
||||||
|
|
||||||
* bell
|
* bell
|
||||||
|
|
||||||
|
Major Features:
|
||||||
|
|
||||||
|
* History, mouse scrolling
|
||||||
|
* Line wrap
|
||||||
|
* Selection, highlighting
|
||||||
|
* Copy/paste
|
||||||
|
* Bold
|
||||||
|
* Underline
|
||||||
|
* Strikethrough
|
||||||
|
* Emoji
|
||||||
|
* Ligatures
|
||||||
|
Reference in New Issue
Block a user