mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 18:07:58 +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