aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-03 01:02:10 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-03 01:02:10 -0500
commit97813f271f03881f3be2a68fc30f3a9c62e3c4e0 (patch)
tree6c660b736eaf0c9948cdab7b5d838a5fee55acb9
parent30f95efebb4ce102cdae25e0c837709f830a106d (diff)
downloadrust-term-97813f271f03881f3be2a68fc30f3a9c62e3c4e0.tar.gz
rust-term-97813f271f03881f3be2a68fc30f3a9c62e3c4e0.zip
todo--
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index 3c7de06..c7a4c38 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,5 @@
for 0.0.1
=========
-- make sure that using this for non-full-screen apps works sanely
- - should be able to just initialize a Term object and use it to write with
- colors in a regular program (although maybe not doing this functionality
- with an actual Term object makes more sense?)
- - for instance, .read() shouldn't try to parse escape sequences if we aren't
- in cbreak mode, and cbreak mode and keypad mode should possibly be tied
- together (or should .read() even make sense in cooked mode?)
- 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
@@ -17,7 +10,6 @@ for 0.0.1
hardcoded stdin/stdout (should have a way to do colored error messages on
stderr at the very least)
- figure out rustdoc
-- figure out rustpkg
future
======