update TODO

This commit is contained in:
Mitchell Hashimoto
2022-08-27 10:29:52 -07:00
parent 312d589a2e
commit 1be4626726

View File

@ -18,6 +18,11 @@ Correctness:
* `exit` in the shell should close the window * `exit` in the shell should close the window
* 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
* Charsets: UTF-8 vs. ASCII mode
- we only support UTF-8 input right now
- need fallback glyphs if they're not supported
- can effect a crash using `vttest` menu `3 10` since it tries to parse
ASCII as UTF-8.
Improvements: Improvements:
@ -37,4 +42,3 @@ Major Features:
* Sixels: https://saitoha.github.io/libsixel/ * Sixels: https://saitoha.github.io/libsixel/
* Kitty keyboard protocol: https://sw.kovidgoyal.net/kitty/keyboard-protocol/ * Kitty keyboard protocol: https://sw.kovidgoyal.net/kitty/keyboard-protocol/
* Kitty graphics protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/ * Kitty graphics protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/
* Charsets (i.e. line drawing, `CSI ( B` and so on)