« get me outta code hell

Fix toggling pause not updating screen - 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>2019-09-17 18:22:07 -0300
committerFlorrie <towerofnix@gmail.com>2019-09-17 18:22:07 -0300
commit8360089b7116675b14f938e967b56ab460bdaa0d (patch)
treeed5b7351e64e2636fa1efeda0fcaee97a96062ca /todo.txt
parentca52191a803879a64c262d7aa5c002d5d374b0a2 (diff)
Fix toggling pause not updating screen
This makes the pause indicator (next to the time remaining in the queue)
work again.
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 641f892..8ebb796 100644
--- a/todo.txt
+++ b/todo.txt
@@ -378,3 +378,9 @@ TODO: Create a basic Element class, which DisplayElement extends. We have a lot
       (Done!)
 
 TODO: toString functions for elements! Handy for debugging.
+
+TODO: Revealing a track shouldn't forcibly position it at the bottom of the
+      screen (in grouplike listings that span more than a screen). Don't scroll
+      if the item is already visible, and if it's above the current scroll
+      area, make it appear at the top of the listing view instead of the
+      bottom.