potentially fixed #576

This commit is contained in:
Eugene Pankov
2018-12-29 13:27:45 +01:00
parent 92afec75e7
commit 8793613117
3 changed files with 22 additions and 1 deletions

View File

@@ -276,7 +276,11 @@ export class TerminalTabComponent extends BaseTabComponent {
this.session.resize(columns, rows)
}
})
})
}),
this.hostApp.windowMoved$.subscribe(() => setTimeout(() => {
this.configure()
}, 250)),
]
}