From 58682b6bf123b890c697fce85c5c7df222f13798 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 1 Aug 2021 10:17:29 +0200 Subject: [PATCH] serial: disable local echo by default --- tabby-serial/src/profiles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-serial/src/profiles.ts b/tabby-serial/src/profiles.ts index 0b7a163c..c70d699b 100644 --- a/tabby-serial/src/profiles.ts +++ b/tabby-serial/src/profiles.ts @@ -25,7 +25,7 @@ export class SerialProfilesService extends ProfileProvider { xon: false, xoff: false, xany: false, - inputMode: 'local-echo', + inputMode: null, outputMode: null, inputNewlines: null, outputNewlines: 'crlf',