Skip to content
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

Second digit not cleared for time column in interactive mode. So align time value to right #174

Open
darkblaze69 opened this issue Feb 19, 2022 · 2 comments

Comments

@darkblaze69
Copy link

darkblaze69 commented Feb 19, 2022

Second digit not cleared on updates for time column in interactive mode when time is zeroed again.
Apparently needs aligning time value to right. So format should be like
"%s%06X %-4s %-4s %-8s %6s %3s %3s %7s %8s %5.1f %5d %3.0f"
instead of current
"%s%06X %-4s %-4s %-8s %6s %3s %3s %7s %8s %5.1f %5d %*.0f"

@mutability
Copy link

Yeah, this is a regression from when a PR to add an option to support longer timeouts was merged.

You can't just change the format string quite like that though.

@darkblaze69
Copy link
Author

darkblaze69 commented Jan 18, 2023

The problem is still not fixed. What's the proper way to fix this then?
btw. I have patched with proposed solution and see no problems with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants