aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--abblessed.js3
1 files changed, 1 insertions, 2 deletions
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();