« 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 b10c614..4c93789 100644
--- a/todo.txt
+++ b/todo.txt
@@ -690,3 +690,9 @@ TODO: Apparently pressing any key while the UI is booting up will make the
       screen totally black and unresponsive (and apparently inactive) until the
       screen is resized. I think we're interrupting a control sequence somehow,
       and that isn't being handled very well?
+
+TODO: Pressing escape while you've got items selected should deselect those
+      items, rather than stop playback! ...Or SHOULD IT??? Well, yes. But it's
+      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.