readline input mode for serial terminals - #3099, #2661

This commit is contained in:
Eugene Pankov
2021-01-31 19:33:30 +01:00
parent 5bd1bfd565
commit 73574374f0
8 changed files with 116 additions and 22 deletions

View File

@@ -383,7 +383,7 @@ export class SSHService {
options.push({
name: 'Manage connections',
icon: 'cog',
callback: () => this.app.openNewTab(SettingsTabComponent, { activeTab: 'ssh' }),
callback: () => this.app.openNewTabRaw(SettingsTabComponent, { activeTab: 'ssh' }),
})
options.push({