« 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.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 4b8f1e8..42a5058 100644
--- a/todo.txt
+++ b/todo.txt
@@ -17,3 +17,8 @@ TODO: Scroll to the selected track once it starts playing when selected from
 
 TODO: process.on('SIGWINCH', () => ...) -- detect terminal resize!!
       (Done!)
+
+TODO: Pressing enter in the queue seems to not be doing the right thing?
+      It should NOT move the selected item anywhere in the queue; it should
+      just select and play that track.
+      (Done!)