From cb34d1fb50c4055fbf7309440b49176c8146726c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BCller?= Date: Thu, 13 Jun 2019 12:03:16 +0200 Subject: [PATCH] Capture the true Netflix spirit by preselecting the paradoxical option --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8cbed76..f5c1cd6 100755 --- a/index.js +++ b/index.js @@ -48,7 +48,7 @@ const prompt = filename => new Promise(yay => { keypress(process.stdin); - let active = 0; + let active = 1; draw(active, filename); process.stdin.on('keypress', function(ch, key) {