From 04097a0ef5c162ea55e9b95aaa34d16b402dffe1 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 2 Aug 2021 20:00:38 +0200 Subject: [PATCH] serial: revert default CRLF processing to none - #4325 --- 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 c70d699b..b5457ea7 100644 --- a/tabby-serial/src/profiles.ts +++ b/tabby-serial/src/profiles.ts @@ -28,7 +28,7 @@ export class SerialProfilesService extends ProfileProvider { inputMode: null, outputMode: null, inputNewlines: null, - outputNewlines: 'crlf', + outputNewlines: null, scripts: [], }, }