Skip to content

Is there a way to use b_output to print in the same line, like printf("\r") parameter #92

Closed Answered by IanSeyler
WEREMSOFT asked this question in Q&A
Discussion options

You must be logged in to vote

This is fixed in the latest code.

I added code to deal with a carriage return \r properly. It clears the current line of output.

I updated the demo assembly apps as well to use \n's as well. I had the values swapped.

0x0D is a newline. 0x0A is a carriage return.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@WEREMSOFT
Comment options

@IanSeyler
Comment options

Comment options

You must be logged in to vote
2 replies
@WEREMSOFT
Comment options

@WEREMSOFT
Comment options

Answer selected by WEREMSOFT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants