« get me outta code hell

Fix select-el keys not working w/ context menus - 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 13:23:19 -0300
committerFlorrie <towerofnix@gmail.com>2019-09-17 13:23:19 -0300
commit376d169962e8080651b93adc9405901d8f601b4c (patch)
tree9f21de9406f06d2f003d016904af7dc9c084c46a /todo.txt
parent200a069023041d194b2c1df54577f5b455aa89c9 (diff)
Fix select-el keys not working w/ context menus
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index ef00c6d..c51c269 100644
--- a/todo.txt
+++ b/todo.txt
@@ -345,6 +345,7 @@ TODO: If you press any key which should select a particular element of the UI
       specific UI parts instead closes the context menu while one is open.
       We already have a key for doing just that (the cancel key, i.e. esc or
       period), so fix this!
+      (Done!)
 
 TODO: g/G should work for navigation in context menus! And probably all
       ListScrollForms, tbh, but I'm kinda weary of introducing new behavior
@@ -374,3 +375,5 @@ TODO: Create a basic Element class, which DisplayElement extends. We have a lot
       of code related to scheduling displaying stuff on the screen, and it'd be
       nice to keep it more separate from all the basic element logic.
       (Done!)
+
+TODO: toString functions for elements! Handy for debugging.