isolated VT implementation into TerminalContainer

This commit is contained in:
Eugene Pankov
2018-08-02 23:22:36 +02:00
parent cc9c66c4a9
commit 0419900e1d
8 changed files with 459 additions and 273 deletions

View File

@@ -12,7 +12,9 @@ export interface SSHConnection {
export class SSHSession extends BaseSession {
constructor (private shell: any) {
super()
}
start () {
this.open = true
this.shell.on('data', data => {