mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 05:54:57 +00:00
isolated VT implementation into TerminalContainer
This commit is contained in:
@@ -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 => {
|
||||
|
Reference in New Issue
Block a user