mirror of
https://github.com/eugeny/tabby
synced 2026-08-25 23:37:04 +00:00
serial: revert default CRLF processing to none - #4325
This commit is contained in:
@@ -28,7 +28,7 @@ export class SerialProfilesService extends ProfileProvider<SerialProfile> {
|
||||
inputMode: null,
|
||||
outputMode: null,
|
||||
inputNewlines: null,
|
||||
outputNewlines: 'crlf',
|
||||
outputNewlines: null,
|
||||
scripts: [],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user