-
Notifications
You must be signed in to change notification settings - Fork 87
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
Outputting to multiple lines #14
Comments
For some reason adding this seems to help:
Could this be related to #9 |
The solution to this was to only use a single call to the writer:
|
Hello @g3kk0 , I have managed to implement this feature back on my fork. I will be doing a PR soon for @gosuri to review and merge. Until that time, you can feel free to use my fork :) Here's the code that I am using:
and this is the output for the same |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is more a question than an issue.
I'd like to output and update the status of a list of tasks:
e.g.
I've attempted to do this using multiple Fprintf statements as follows:
This initially appears to work fine however on some iterations various tasks disappear and then reappear.
e.g.
Am I using this incorrectly or could this possibly be a bug?
The text was updated successfully, but these errors were encountered: