From 1be4626726619cab5ec8acd7d40293301133634e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 27 Aug 2022 10:29:52 -0700 Subject: [PATCH] update TODO --- TODO.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 933f4efa4..be8138f90 100644 --- a/TODO.md +++ b/TODO.md @@ -18,6 +18,11 @@ Correctness: * `exit` in the shell should close the window * test wrap against wraptest: https://github.com/mattiase/wraptest - 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: @@ -37,4 +42,3 @@ Major Features: * Sixels: https://saitoha.github.io/libsixel/ * Kitty keyboard protocol: https://sw.kovidgoyal.net/kitty/keyboard-protocol/ * Kitty graphics protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/ -* Charsets (i.e. line drawing, `CSI ( B` and so on)