|
|
|
|
|
by Retra
3666 days ago
|
|
Why would you want strings to be formatted using terminal codes? It's just textual data. It has nothing to do with terminals, other then the fact that terminals need to handle text. I see little reason that text should have to handle terminals. With that said, CR+LF is just inefficient, since doing both of those tasks together is what is overwhelmingly desired for a newline. |
|