aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-10 22:49:38 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-10 22:49:38 -0400
commit5f3b6fd04a0c4a7ca8a74bf5b90e909a2fd81043 (patch)
tree0485b5df1103d846b649bf8bc700ca885d897edf
parentc3eaae117114f437e421ec27ac904896f01f684c (diff)
downloadAleeBot-5f3b6fd04a0c4a7ca8a74bf5b90e909a2fd81043.tar.gz
AleeBot-5f3b6fd04a0c4a7ca8a74bf5b90e909a2fd81043.tar.bz2
AleeBot-5f3b6fd04a0c4a7ca8a74bf5b90e909a2fd81043.zip
Bug fixes
-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();