mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-03 06:11:57 +08:00
serial: revert default CRLF processing to none - #4325
This commit is contained in:
parent
85be974e64
commit
04097a0ef5
@ -28,7 +28,7 @@ export class SerialProfilesService extends ProfileProvider<SerialProfile> {
|
||||
inputMode: null,
|
||||
outputMode: null,
|
||||
inputNewlines: null,
|
||||
outputNewlines: 'crlf',
|
||||
outputNewlines: null,
|
||||
scripts: [],
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user