-
-
Notifications
You must be signed in to change notification settings - Fork 811
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
Dynamic resizing no longer works #730
Comments
This is related to the |
Closed by mistake - this is still an open issue |
@ptxmac Did you pull latest
Also, could you post the top part of your config, from |
Closes #718 and closes #730. Signed-off-by: Chris Cummer <[email protected]>
I'm able to replicate the issue. |
I just used the default config on a clean install and set the rows / columns fields to empty lists |
Closes #718 and closes #730. Signed-off-by: Chris Cummer <[email protected]>
Give |
Still crashes
config
git
|
Removing the |
Yeah, having
won't work. That's telling it to have no columns. That will always fail, but it could do so far more gracefully. |
What's broken?
Setting columns/rows to empty lists should allow wtfutil to dynamically resize to fit the current terminal according to: #85 and #573
When trying this setup from
master
it gives the following panic:The text was updated successfully, but these errors were encountered: