Browse Source

close issue #37

pull/126/head
butlerx 7 years ago
parent
commit
23213d0b2c
No known key found for this signature in database GPG Key ID: B37CA765BAA89170
  1. 1
      src/index.js

1
src/index.js

@ -33,6 +33,7 @@ socket.on('connect', () => {
}
window.onresize = resize;
resize();
term.focus();
function kill(data) {
disconnect(data);

Loading…
Cancel
Save