diff --git a/ctrl/src/index.html b/ctrl/src/index.html index 07ed2cc..e5c10c9 100644 --- a/ctrl/src/index.html +++ b/ctrl/src/index.html @@ -56,6 +56,7 @@ }); term.loadAddon(fitAddon); term.open(document.getElementById("terminal")); + term.focus(); fitAddon.fit(); if (location.pathname == "/" && location.protocol !== "https:") {