mirror of
https://github.com/Eugeny/tabby
synced 2024-12-13 23:02:41 +00:00
serial: disable local echo by default
This commit is contained in:
parent
88c4198145
commit
58682b6bf1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export class SerialProfilesService extends ProfileProvider<SerialProfile> {
|
|||
xon: false,
|
||||
xoff: false,
|
||||
xany: false,
|
||||
inputMode: 'local-echo',
|
||||
inputMode: null,
|
||||
outputMode: null,
|
||||
inputNewlines: null,
|
||||
outputNewlines: 'crlf',
|
||||
|
|
Loading…
Reference in a new issue