mirror of
https://github.com/Eugeny/tabby
synced 2025-01-22 01:45:27 +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,
|
xon: false,
|
||||||
xoff: false,
|
xoff: false,
|
||||||
xany: false,
|
xany: false,
|
||||||
inputMode: 'local-echo',
|
inputMode: null,
|
||||||
outputMode: null,
|
outputMode: null,
|
||||||
inputNewlines: null,
|
inputNewlines: null,
|
||||||
outputNewlines: 'crlf',
|
outputNewlines: 'crlf',
|
||||||
|
|
Loading…
Reference in a new issue