Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Feb 13, 2024
1 parent 64e8699 commit a891623
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/client/public/webssh2.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app/client/src/js/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ socket.on('data', (data: string | Uint8Array) => {
socket.on('connect', () => {
socket.emit('geometry', term.cols, term.rows);
debug(`geometry: ${term.cols}, ${term.rows}`);
setTimeout(resizeScreen, 2000);
});

socket.on(
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a891623

Please sign in to comment.