Convert newlines on all terminal (tty) devices by default

Applications can reduce their ROM usage by replacing
"\r\n" by "\n".
pull/12889/head
Hugues Kamba 2020-04-29 16:00:03 +01:00
parent 4f9d21b16a
commit 5cb7bd5cca
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
"config": {
"stdio-convert-newlines": {
"help": "Enable conversion to standard newlines on stdin/stdout/stderr",
"value": false
"value": true
},
"stdio-convert-tty-newlines": {
"help": "Enable conversion to standard newlines on any tty FILE stream",
"value": false
"value": true
},
"stdio-buffered-serial": {