« 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.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 63ba2e2..ac4807b 100644
--- a/todo.txt
+++ b/todo.txt
@@ -765,3 +765,9 @@ TODO: Use above socat system to keep "pinging" the socket until a response is
       through, we can avoid weirdness with commands being dropped beacuse they
       were sent too early. For now we just use a time-based delay on the base
       Socat class, which is a hack.
+
+TODO: When you're navigating down (or up) a menu, if that menu's got a
+      scrollbar *and* is divided into sections, passing a divider line should
+      try to scroll the whole newly active section into view! This way you get
+      all the context and don't miss out on realizing there are more items
+      below. (This only applies for keyboard navigation, not wheel scrolling.)