about summary refs log tree commit diff stats
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo4
1 files changed, 2 insertions, 2 deletions
diff --git a/todo b/todo
index e14906aa..c26650c9 100644
--- a/todo
+++ b/todo
@@ -1,5 +1,5 @@
 compilation:
-- reduce binary size (gzip data/*?)
+- reduce binary size (maybe gzip data/*?)
 - improve compilation times (it's sloooow... we could probably speed up the js
   macros somehow, also the html parser/tokenizer?)
 charsets:
@@ -75,7 +75,7 @@ javascript:
 - XMLHttpRequest, ideally also fetch
 - make document accessible from client console? (maybe a bad idea
   security-wise, but it would sure be convenient...)
-	* alternative idea: 
+	* alternative idea: separate console for each buffer
 - implement JS access to non-ref object members (with a ptr opaque + GC_ref
   on parent object or something)
 layout engine: