mirror of
https://github.com/Eugeny/tabby
synced 2025-03-04 23:27:19 +00:00
serial: revert default CRLF processing to none - #4325
This commit is contained in:
parent
85be974e64
commit
04097a0ef5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export class SerialProfilesService extends ProfileProvider<SerialProfile> {
|
|||
inputMode: null,
|
||||
outputMode: null,
|
||||
inputNewlines: null,
|
||||
outputNewlines: 'crlf',
|
||||
outputNewlines: null,
|
||||
scripts: [],
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue