diff options
author | bptato <nincsnevem662@gmail.com> | 2024-03-04 18:21:06 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-03-04 18:21:06 +0100 |
commit | 9c362c0dafb2e4750d72451a53f89a6df1fa9a78 (patch) | |
tree | 8c38da580eb8d0bfbbce38a1f0e2a3d846d082ad /todo | |
parent | c14b45248ce2dc072828436ce2f5557d2f79fb43 (diff) | |
download | chawan-9c362c0dafb2e4750d72451a53f89a6df1fa9a78.tar.gz |
Update todo
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/todo b/todo index 89ba6929..6205e475 100644 --- a/todo +++ b/todo @@ -7,16 +7,11 @@ charsets: - set up some fuzzer - use appropriate charsets in forms, urls, etc. display: -- important: add a virtual cursor (in some terminals, the real cursor is - often obscured by white background color) - important: buffer list * either a buffer list buffer, or a buffer list popup menu. ideally both. - dark mode (basically max Y) -- do not assume default background color - * instead, add an "override-default-color" option that is set to - true by default and replaces default bgcolor/fgcolor with - default-background/foreground-color +- override bgcolor ourselves when terminal fails to report it - allow overriding ansi colors config: - important: config editor @@ -41,14 +36,11 @@ buffer: - configurable/better url filtering in loader - make peekCursor show the entire url - when the log buffer crashes, print its contents to stderr - * make console.err a TeeStream, and tee it to a StringStream that - buffers up to 4KB + * easiest way seems to be to just dump its cache file - add buffer groups - xhtml - better horizontal line handling: allow viewing content positioned before page start, handle long lines, etc -- do not prompt when submitting forms (it's annoying) - * this is mostly fixed, but not completely network: - uBO integration? (or at least implement filter lists) - websockets (curl supports ws) |