Open spaulaus opened 6 years ago
cerr stream data is printed to the screen in a coherent manner like cout.
cerr
cout
The terminal goes bananas when you have cerr messages.
This makes it almost impossible to scan files that might have cerr messages. They just get glommed together and impossible to read.
Update CTerminal to format cerr just like cout.
This issue was moved to spaulaus/paass#117
Expected Behavior
cerr
stream data is printed to the screen in a coherent manner likecout
.Current Behavior
The terminal goes bananas when you have
cerr
messages.Context
This makes it almost impossible to scan files that might have cerr messages. They just get glommed together and impossible to read.
Possible Solution (optional)
Update CTerminal to format cerr just like cout.
Acceptance Criteria
Bug Report
Your Environment
Steps to Reproduce