diff options
author | bptato <nincsnevem662@gmail.com> | 2023-11-14 21:47:38 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-11-15 11:59:28 +0100 |
commit | d1397029d83cb590415d45e076241ff9b1bff270 (patch) | |
tree | 42b72c2a1ba14f83aed844ad5b38cf60dbdd11d0 | |
parent | f054f85b722127001f5e2aadb4d578ac92e910ef (diff) | |
download | chawan-d1397029d83cb590415d45e076241ff9b1bff270.tar.gz |
update todo
-rw-r--r-- | todo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/todo b/todo index 54fd58d0..3e7686a7 100644 --- a/todo +++ b/todo @@ -19,6 +19,9 @@ display: - allow overriding ansi colors config: - important: config editor +- better path handling + * e.g. expand tilde for all paths on load, allow environment + variables/shell substitution, etc. buffer: - important: incremental html parsing * also, do not needlessly copy in onload @@ -60,6 +63,7 @@ javascript: properties in DOM, ... - implement ReadableStream, XHR - separate console for each buffer + * also, do not crash on / -> M-c - buffer selection layout engine: - important: floats (way too many websites look very ugly without them) |