1
1
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:
Eugene Pankov 2021-08-01 10:17:29 +02:00
parent 88c4198145
commit 58682b6bf1
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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',