Open mgandolfi7 opened 2 weeks ago
macOS
No response
20241104-083404-51c794ac
Yes, and I updated the version box above to show the version of the nightly that I tried
When you split a pane horizontally or vertically and then resize the window the split ratio is not maintained.
run wezterm cli split-pane and then resize the window.
wezterm cli split-pane
local wezterm = require 'wezterm' local config = {} config.font = wezterm.font 'JetBrains Mono' return config
The panes will maintain their split ratio when window is resized.
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
20241104-083404-51c794ac
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
When you split a pane horizontally or vertically and then resize the window the split ratio is not maintained.
To Reproduce
run
wezterm cli split-pane
and then resize the window.Configuration
local wezterm = require 'wezterm' local config = {} config.font = wezterm.font 'JetBrains Mono' return config
Expected Behavior
The panes will maintain their split ratio when window is resized.
Logs
No response
Anything else?
No response