aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
blob: c7a4c38b62e6a02e2575bcf5d569363fbc20c35c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)
- figure out rustdoc

future
======
- rgb colors
- line drawing
- scroll regions
- mouse?