From 23213d0b2c7702e9f22945c5bff585bdaf5a5808 Mon Sep 17 00:00:00 2001 From: butlerx Date: Sun, 11 Mar 2018 16:45:22 +0000 Subject: [PATCH] close issue #37 --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 009d204..c32ab7b 100644 --- a/src/index.js +++ b/src/index.js @@ -33,6 +33,7 @@ socket.on('connect', () => { } window.onresize = resize; resize(); + term.focus(); function kill(data) { disconnect(data);