wezterm
wezterm copied to clipboard
Inconsistent window movement across different operating systems with integrated tab bar enabled
What Operating System(s) are you seeing this problem on?
Windows
Which Wayland compositor or X11 Window manager(s) are you using?
No response
WezTerm version
20240212-074107-22f9f8d2
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
I am not sure if it should be considered a bug, but it is an inconsistency in behaviour when integrated_buttons are enabled:
- on Windows grabbing and moving a tab does not do anything beyond switching to that tab.
- on MacOS grabbing and moving a tab moves the window.
In my opinion, Mac OS behaviour is more convenient unless it's getting in the way of other features (like drag&drop tab reorder). But I don't think there are any such features?
While I don't believe it is a serious problem, it would be nice to have a consistent behaviour or indeed an option to turn that on or off.
To Reproduce
No response
Configuration
local cfg = wt.config_builder()
cfg.window_decorations = 'INTEGRATED_BUTTONS|RESIZE'
cfg.use_fancy_tab_bar = true
cfg.hide_tab_bar_if_only_one_tab = false
Expected Behavior
No response
Logs
No response
Anything else?
No response
Sorry for a bit of an offtopic ramble, but I would also like to use this opportunity to say that WezTerm rocks!
It's the best terminal emulator I have used over the years as a sysadmin.