« 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.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 916ec66..dcd847f 100644
--- a/todo.txt
+++ b/todo.txt
@@ -136,4 +136,12 @@ TODO: Entering more than one key "at once" into a text input element will only
 TODO: Pressing space while an "Up (to <group>)" button is selected both
       activates the button and pauses music (because the app detects that the
       space key is pressed). This is definitely wrong (it should do one or the
-      other - I'm not too sure which, yet, but probably the latter).
+      other - I'm not too sure which, yet, but probably the latter). (Done!)
+
+TODO: If a track's file is a symlink, the "From:" label should show where it
+      links to.
+
+TODO: The "Up (to <group>)" and "(This group has no items)" elements are not
+      quite buttons nor grouplike items. They should be more consistent with
+      actual grouplike items (i.e. same behavior and appearance), and should
+      be less buggy. (Done!)