« get me outta code hell

Terminal resize detection - 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-06-02 23:28:57 -0300
committerFlorrie <towerofnix@gmail.com>2018-06-02 23:28:57 -0300
commit60131bd74b505803bba2db7bef78d9945d4087bd (patch)
tree790cf22c54ed02f03a426223c58aa4718a067610 /todo.txt
parent662ab7324567e093ff432991cefbd3293a68cea6 (diff)
Terminal resize detection
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!)