fix: billchurch#350

This commit is contained in:
Wildan M 2024-02-13 22:17:14 +07:00
parent 64e86994f7
commit a891623e6f
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -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(

4
app/package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "webssh2",
"version": "0.5.0-pre-4",
"version": "0.5.0-pre-5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "webssh2",
"version": "0.5.0-pre-4",
"version": "0.5.0-pre-5",
"license": "SEE LICENSE IN FILE - LICENSE",
"dependencies": {
"basic-auth": "~2.0.1",