wezterm
wezterm copied to clipboard
MACOS_FORCE_ENABLE_SHADOW causes the window to not maximize when double-clicking the tab bar.
What Operating System(s) are you seeing this problem on?
macOS
Which Wayland compositor or X11 Window manager(s) are you using?
No response
WezTerm version
20240203-110809-5046fc22
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
MACOS_FORCE_ENABLE_SHADOW causes the window to not maximize when double-clicking the tab bar.
To Reproduce
- Origin config:
config.window_decorations = "RESIZE|INTEGRATED_BUTTONS"
-
You can double-click on any blank area before or after the tab to maximize/restore the window.
-
Add flag: MACOS_FORCE_ENABLE_SHADOW
config.window_decorations = "RESIZE|INTEGRATED_BUTTONS|MACOS_FORCE_ENABLE_SHADOW"
- broken. double-click do nothing.
Configuration
config.window_background_opacity = 0.9
config.window_decorations = "RESIZE|INTEGRATED_BUTTONS|MACOS_FORCE_ENABLE_SHADOW"
Expected Behavior
No response
Logs
No response
Anything else?
No response