mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 14:34:54 +00:00
added a telnet client - fixes #760
This commit is contained in:
@@ -49,8 +49,6 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
|
||||
|
||||
this.logger = this.log.create('terminalTab')
|
||||
|
||||
this.enableDynamicTitle = !this.profile.disableDynamicTitle
|
||||
|
||||
this.subscribeUntilDestroyed(this.hotkeys.matchedHotkey, hotkey => {
|
||||
if (!this.hasFocus) {
|
||||
return
|
||||
@@ -82,10 +80,6 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
|
||||
})
|
||||
|
||||
super.ngOnInit()
|
||||
|
||||
setImmediate(() => {
|
||||
this.setTitle(this.profile!.name)
|
||||
})
|
||||
}
|
||||
|
||||
async setupOneSession (session: SSHSession): Promise<void> {
|
||||
|
@@ -10,10 +10,8 @@ export class SSHConfigProvider extends ConfigProvider {
|
||||
agentPath: null,
|
||||
},
|
||||
hotkeys: {
|
||||
ssh: [
|
||||
'Alt-S',
|
||||
],
|
||||
'restart-ssh-session': [],
|
||||
'launch-winscp': [],
|
||||
},
|
||||
}
|
||||
|
||||
|
@@ -31,6 +31,7 @@ export class SSHProfilesService extends ProfileProvider {
|
||||
},
|
||||
isBuiltin: true,
|
||||
isTemplate: true,
|
||||
weight: -1,
|
||||
}]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user