From 5f3b6fd04a0c4a7ca8a74bf5b90e909a2fd81043 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Thu, 10 Aug 2017 22:49:38 -0400 Subject: Bug fixes --- abblessed.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'abblessed.js') diff --git a/abblessed.js b/abblessed.js index eb5aa24..c86eb9c 100644 --- a/abblessed.js +++ b/abblessed.js @@ -47,8 +47,7 @@ screen.key(['escape', 'q', 'C-c'], function(ch, key) { return process.exit(0); }); -// Focus our element. -box.focus(); + // Render the screen. screen.render(); -- cgit v1.2.3