mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
ef532fc7e5
Since the initial attach is async, we'd create the window at the default/initial size and then never reconcile the size of the remote tabs once they'd attached. This commit introduces an event that allows the gui window to do that. The action that it takes is to take the max width and height between its current size and the size of a newly added tab and resizes to that new size, if it changed. refs: https://github.com/wez/wezterm/issues/2133 refs: https://github.com/wez/wezterm/issues/2351 |
||
---|---|---|
.. | ||
dispatch.rs | ||
lib.rs | ||
local.rs | ||
pki.rs | ||
sessionhandler.rs |