about summary refs log tree commit diff stats
path: root/todo
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-02-24 14:29:49 +0100
committerbptato <nincsnevem662@gmail.com>2024-02-24 14:29:49 +0100
commit5641e4a1e8ac4cf278a12f1865e8e0ba302c227c (patch)
tree5e41984d19594070112dd7655491128d393d0a9a /todo
parenta71024058bf6fb0e30045aaf6033be104b4328a1 (diff)
downloadchawan-5641e4a1e8ac4cf278a12f1865e8e0ba302c227c.tar.gz
Update todo
Diffstat (limited to 'todo')
-rw-r--r--todo5
1 files changed, 4 insertions, 1 deletions
diff --git a/todo b/todo
index fcf640bd..04e50f28 100644
--- a/todo
+++ b/todo
@@ -31,6 +31,10 @@ config:
 - add RPC for CGI scripts e.g. toggle settings/issue downloads/etc
 	* also some way to set permissions for RPC calls
 buffer:
+- allow setting ansi colors from HTML
+	* then convert the ANSI text parser to an htmloutput filter, and
+	  separate it from text/plain
+	* text/plain can then be parsed as HTML with a <plaintext> tag
 - important: validate returned values
 	* do not block container when receiving buffer data; if invalid, kill
 	  buffer
@@ -98,7 +102,6 @@ man:
 	* add a DOM -> man page converter so that we do not depend on pandoc
 	  for man page conversion
 gmifetch:
-- use proper env vars instead of re-parsing the URL
 - rewrite in Nim
 etc:
 - tests (including aforementioned fuzzer)