aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-03 02:58:18 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-03 02:58:18 -0500
commit6020081539826a28e8c61d4118a1e382ad7bafbb (patch)
tree866f30ab3b3ce0deede2eec964207d154c41d3be
parente1ab12801c910dee7138d66b4139d3a74db80f38 (diff)
downloadrust-term-6020081539826a28e8c61d4118a1e382ad7bafbb.tar.gz
rust-term-6020081539826a28e8c61d4118a1e382ad7bafbb.zip
this can come later
-rw-r--r--TODO12
1 files changed, 6 insertions, 6 deletions
diff --git a/TODO b/TODO
index c7a4c38..5e7ea10 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,5 @@
for 0.0.1
=========
-- error handling
- - probably should be able to initialize the escape code trie with a lot more
- options, and optionally disable them if the terminfo capability doesn't
- exist
- - some output capabilities can also be emulated if the capability doesn't
- exist
- should be able to do this stuff on file descriptors other than the currently
hardcoded stdin/stdout (should have a way to do colored error messages on
stderr at the very least)
@@ -13,6 +7,12 @@ for 0.0.1
future
======
+- error handling
+ - probably should be able to initialize the escape code trie with a lot more
+ options, and optionally disable them if the terminfo capability doesn't
+ exist
+ - some output capabilities can also be emulated if the capability doesn't
+ exist
- rgb colors
- line drawing
- scroll regions