mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #128] when I am using tmux for splitting the terminal, dust output is weird #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @monacv on GitHub (Dec 31, 2020).
Original GitHub issue: https://github.com/bootandy/dust/issues/128
could you please suggest a fix for $ dust . to have results proportial to size of splitted window in tmux?
@bootandy commented on GitHub (Jan 15, 2021):
I didn't know about this, I'll play with tmux and see if I can figure out what is going on
@bootandy commented on GitHub (Jan 16, 2021):
I tried splitting the screen on tmux and dust works correctly on my box.
I'm guessing that dust isn't able to get your screen width.
What happens if you run a simple rust program like this to get the width of your screen? Is the number incorrect?