mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
update TODO
This commit is contained in:
4
TODO.md
4
TODO.md
@ -1,5 +1,8 @@
|
|||||||
Bugs:
|
Bugs:
|
||||||
|
|
||||||
|
* Asian characters (amongst others) turn into missing glyph symbol, should
|
||||||
|
be able to find them somewhere when other programs can render them fine.
|
||||||
|
|
||||||
Performance:
|
Performance:
|
||||||
|
|
||||||
* for scrollback, investigate using segmented list for sufficiently large
|
* for scrollback, investigate using segmented list for sufficiently large
|
||||||
@ -12,6 +15,7 @@ Performance:
|
|||||||
and should use should close callbacks instead.
|
and should use should close callbacks instead.
|
||||||
* Window shutdown should be done in threads but GLFW window close cannot
|
* Window shutdown should be done in threads but GLFW window close cannot
|
||||||
be done in multiple threads making this a bit tricky.
|
be done in multiple threads making this a bit tricky.
|
||||||
|
* `deleteLines` is very, very slow which makes scroll region benchmarks terrible
|
||||||
|
|
||||||
Correctness:
|
Correctness:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user