-
Notifications
You must be signed in to change notification settings - Fork 62
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
Wezterm fixes #182
Wezterm fixes #182
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Code looks good to me, I would avoid the two extra dependencies though, if possible
Retested with these changes and everything seems to still work. Please let me know if anything else needs to be updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
Wezterm image support was not taking the terminal shape and any pane splits into account. This patch reads the dimensions through the Wezterm CLI to constrain the image dimensions to the active pane
Added deps:
There was an issue where the wezterm executable was hardcoded. This could probably use a bit more refinement into a configurable option, but as it stands there is a check to determine if "wezterm" or "wezterm.exe" are found as executables on the path.
Happy to make any changes that are needed