-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carriage returns required for alignment? #395
Comments
For reference I am using this to connect, which comes from the HiFive1 Rev B getting started manual: sudo screen /dev/ttyACM0 115200 On my system (Ubuntu) it has Screen v4.08.00 05-Feb-20 which appears to be the latest version. |
Historically, Freedom-Metal used to (sneakily, silently) replace A different question is whether the examples should instead use This being said, there is an issue here: you apparently followed our instructions (to use GNU screen), and had a bad experience. I think the solution is for SiFive to provide users with instructions on how to reconfigure GNU screen to reinterpret |
When I compile the example programs I am finding that the output is misaligned. At first I thought it was extra spacing but later realized that the cursor was not going to the beginning of the next line. I am used to unix style line endings but if I change "\n" to "\r\n" then the output of programs looks as I would expect. Am I doing something wrong or should most example programs be updated?
Default output of sisense-welcome
After swapping "\r\n" in for "\n"
The text was updated successfully, but these errors were encountered: