diff options
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 3 |
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!) |