Tune the view clearing to wait until 2 seconds has passed
[tig] / TODO
1 TODO
2 ----
3 Features that should be explored.
4
5  - Better text-input support.
6
7  - When the user wants to "view" a commit, you could show from which
8    branch heads and from which tags the commit is reachable, and perhaps
9    which tag is the latest among the ones reachable from that commit, as
10    part of the commit detail information you display on the lower pane
11    (log/diff view).
12
13  - Split sources of tig.c into multiple files.
14
15  - Rewrite revgraph handling.
16
17  - Color the revgraph to make it easier to follow branches. Idea by
18    Dominik Vogt.
19
20  - Commit cache: Many views use commit information and load it into
21    their own custom data structure. Having the information shared would
22    make it easier to do various interesting stuff across the views.