mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
feat(core/settings/serial/ssh/telnet): add clearServiceMessagesOnConnect option on connectable profile
This commit is contained in:
@@ -44,6 +44,7 @@ export class SSHProfilesService extends ConnectableProfileProvider<SSHProfile> {
|
||||
reuseSession: true,
|
||||
input: { backspace: 'backspace' },
|
||||
},
|
||||
clearServiceMessagesOnConnect: true,
|
||||
}
|
||||
|
||||
constructor (
|
||||
|
Reference in New Issue
Block a user