« get me outta code hell

Tweak how Play context menu item works - 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:
authorFlorrie <towerofnix@gmail.com>2018-07-25 13:56:35 -0300
committerFlorrie <towerofnix@gmail.com>2018-07-25 13:56:35 -0300
commit3dc160666085bdec5076ad15655cd3ace23cd516 (patch)
tree0ec6d0747dc9dbc9a79947b38f4d13ec15ba4ed2 /todo.txt
parent0cdf9cc05daa617960847ff1b9eb3b4afde74362 (diff)
Tweak how Play context menu item works
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 76f0c2e..1993e64 100644
--- a/todo.txt
+++ b/todo.txt
@@ -88,7 +88,7 @@ TODO: Investigate performance issues with very very long ListScrollForms.
 TODO: At some point, putting mtui downloads in ~/.mtui - but preferrably with
       a more humanish structure - would be quite nice..!
 
-TODO: Press "M" to show a context menu.
+TODO: Press "M" to show a context menu. (Done!)
 
 TODO: Figure out a keybinding for Mark (in edit mode) - probably Ctrl-M.
       (I prefer Ctrl to be used for functions that will open a dialog of some
@@ -96,3 +96,6 @@ TODO: Figure out a keybinding for Mark (in edit mode) - probably Ctrl-M.
 
 TODO: Only show scrollbars if the form is actually scrollable. (This would make
       context menus look better.)
+
+TODO: "Play" (now), in the context menu, should act like a queue-up-next, not a
+      queue-at-end. (Done!)