« get me outta code hell

add/remove part of group to/from selection - 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:
author(quasar) nebula <qznebula@protonmail.com>2024-05-14 16:23:17 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-14 16:23:17 -0300
commit1b3584f7f658d3df61ae2c5711280236490dc55d (patch)
treeea9d1c4b8de20a8a9e6d5068b5a4edf351030dbf /todo.txt
parent6d92670f2dd5849e51dd98780d09952164dfe2da (diff)
add/remove part of group to/from selection
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 4c93789..bfb6e98 100644
--- a/todo.txt
+++ b/todo.txt
@@ -696,3 +696,9 @@ TODO: Pressing escape while you've got items selected should deselect those
       still handy to not be locked out of stopping playback altogether.
       Alternative: clear the selection (without stopping playback) only if the
       cursor is currently on a selected item.
+
+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.)