aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-03 21:16:14 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-03 21:16:14 -0500
commit6e312ceaaa3b9e8219bf64e894756bfbb4b8d719 (patch)
treeb310aff370bb5795106f0e89c52742ab10c0fd2f
parent854c6454078b7a59a38e127ea712671c1bd435cb (diff)
downloadrust-term-6e312ceaaa3b9e8219bf64e894756bfbb4b8d719.tar.gz
rust-term-6e312ceaaa3b9e8219bf64e894756bfbb4b8d719.zip
todo
-rw-r--r--TODO9
1 files changed, 3 insertions, 6 deletions
diff --git a/TODO b/TODO
index 1c011a2..a731f10 100644
--- a/TODO
+++ b/TODO
@@ -1,16 +1,13 @@
-for 0.0.1
-=========
-- figure out rustdoc
-
-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
+- small built-in terminfo database, and a configure option to not link against
+ curses
- rgb colors
- line drawing
- scroll regions
- mouse?
+- windows support?