mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-24 20:56:08 +03:00
28 lines
379 B
Markdown
28 lines
379 B
Markdown
Bugs:
|
|
|
|
Performance:
|
|
|
|
* libuv allocates on every read, we should use a read buffer pool
|
|
* update cells should only update the changed cells
|
|
|
|
Correctness:
|
|
|
|
* `exit` in the shell should close the window
|
|
|
|
Visual:
|
|
|
|
* bell
|
|
|
|
Major Features:
|
|
|
|
* History, mouse scrolling
|
|
* Line wrap
|
|
* Selection, highlighting
|
|
* Copy (paste is done)
|
|
* Bold
|
|
* Underline
|
|
* Strikethrough
|
|
* Emoji
|
|
* Ligatures
|
|
|