mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 23:14:32 +03:00
serial: disable local echo by default
This commit is contained in:
parent
88c4198145
commit
58682b6bf1
@ -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 New Issue
Block a user