1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-06-25 13:59:52 +00:00

serial: revert default CRLF processing to none -

This commit is contained in:
Eugene Pankov 2021-08-02 20:00:38 +02:00
parent 85be974e64
commit 04097a0ef5
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

@ -28,7 +28,7 @@ export class SerialProfilesService extends ProfileProvider<SerialProfile> {
inputMode: null, inputMode: null,
outputMode: null, outputMode: null,
inputNewlines: null, inputNewlines: null,
outputNewlines: 'crlf', outputNewlines: null,
scripts: [], scripts: [],
}, },
} }