From ad4cf49b76b1c1e34f480601c2974571451e040c Mon Sep 17 00:00:00 2001 From: billchurch Date: Fri, 9 Feb 2018 22:22:12 -0500 Subject: [PATCH] fixes #43 --- public/webssh2.bundle.js | 1 + 1 file changed, 1 insertion(+) 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) {