diff --git a/public/webssh2.bundle.js b/public/webssh2.bundle.js index caa5a3c..2bbae3a 100644 --- a/public/webssh2.bundle.js +++ b/public/webssh2.bundle.js @@ -135,6 +135,7 @@ window.addEventListener('resize', resizeScreen, false) function resizeScreen () { term.fit() + socket.emit('resize', {cols: term.cols, rows: term.rows }) } if (document.location.pathname) {