« 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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index b912de1..4b8f1e8 100644
--- a/todo.txt
+++ b/todo.txt
@@ -14,3 +14,6 @@ TODO: "Queue to play next"... maybe also a cursor in the queue list, which
 
 TODO: Scroll to the selected track once it starts playing when selected from
       the queue.
+
+TODO: process.on('SIGWINCH', () => ...) -- detect terminal resize!!
+      (Done!)