mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-15 00:50:03 +00: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,
|
inputMode: null,
|
||||||
outputMode: null,
|
outputMode: null,
|
||||||
inputNewlines: null,
|
inputNewlines: null,
|
||||||
outputNewlines: 'crlf',
|
outputNewlines: null,
|
||||||
scripts: [],
|
scripts: [],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user