aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-13 19:33:48 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-13 19:33:48 -0500
commitd5c0c9098378015c5cbcc23c78d4d63d92e383a1 (patch)
treee386d8760a4ca4bf7c15f448cb34f92a94f5510e
parent8f0edcb9b9846ec123c47f41cd1fd0db9b8d129d (diff)
downloadrust-term-d5c0c9098378015c5cbcc23c78d4d63d92e383a1.tar.gz
rust-term-d5c0c9098378015c5cbcc23c78d4d63d92e383a1.zip
todo
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index a731f10..afb57aa 100644
--- a/TODO
+++ b/TODO
@@ -4,10 +4,11 @@
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
+- the builtin backend should be able to attempt to dynamically load
+ libcurses.so if it sees a terminal or capability it doesn't recognize
+- character-by-character trie traversal
- rgb colors
- line drawing
- scroll regions
- mouse?
-- windows support?
+- windows support? only for hexes, probably