« get me outta code hell

ctrl-F, '/': jump to an item by entering its name - 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-09-12 14:10:49 -0300
committerFlorrie <towerofnix@gmail.com>2018-09-12 14:22:32 -0300
commita0fc339cf4b326ffcb6ec7de5f4001833b71087b (patch)
tree3263d4559ac27fd600bf12e3126cfe98c63dfe86 /todo.txt
parent60128323aa663dd5680b843070704f0f42c834c0 (diff)
ctrl-F, '/': jump to an item by entering its name
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 25c8369..bde9a89 100644
--- a/todo.txt
+++ b/todo.txt
@@ -117,3 +117,10 @@ TODO: A "remove from queue" option for tracks and groups, which removes them
 TODO: After the end of a shuffled queue, the next song from the group of the
       last track is played (and so on, until the group is empty). This seems
       definitely wrong.
+
+TODO: Show a preview of where "Jump to" will go while typing.
+
+TODO: Entering more than one key "at once" into a text input element will only
+      move the cursor right by one character, not by the length of the inputted
+      text. (This is an issue when pasting or spamming the keyboard.) Should be
+      fixed in tui-lib.