« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 0a3d5e6..af17769 100644
--- a/todo.txt
+++ b/todo.txt
@@ -274,3 +274,12 @@ TODO: Work out frame rate shenanigans. :) This is a huge task, though (to get
       it exactly right) - to begin, just make it so telnet and ordinary clients
       get different framerates.
       (Done!)
+
+TODO: Remember the scroll position of each group. This should probably be done
+      per-listing, but make sure the data disappears when the listing is
+      destroyed (e.g. tab closed)! Have maps on the listings instead of the
+      grouplikes themselves.
+
+TODO: Apparently shift-up/down selecting doesn't keep the selected item within
+      the scroll view. Fix that.
+      (Done!)