-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
bug: Obscure width bug #130
Comments
So I looked into this, and traced it back to this: https://github.com/eza-community/eza/blob/main/src/output/grid_details.rs#L167-L177 ... Here it tries to find the largest number of columns where the grid still fits in the requested width. It starts at 2 columns and ramps it up as long as the "supposed" width of the displayed grid is smaller than the console width. I say "supposed" because I'm pretty sure the values reported back by Since this |
I also think that #129 is probably unrelated to this |
At the very least, I think substantial effort would be better spent on/after migration to uutils. I am surprised it's not on crates.io as it looks like it's the only one they haven't published. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
I'm adding this just so I don't forget about it.
Seems to occur around COL 399
Seems not to occur before COL 398
I don't have time to look more into this right now, and this probably will not matter in this decade, but it's still a bug.
The text was updated successfully, but these errors were encountered: