mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
355f3d3975
We didn't actually update the global config, just the per-window configs, which led to weird stale throwbacks to earlier versions of the config when spawning windows or new panes. Fix that up by explicitly reloading the global config when the window appearance is changed. That isn't ideal as we will reload once per window, but it's "OK". While poking at this, I noticed that the get/set config methods on the termwiztermtab overlay weren't hooked up, and also made a point of calling those for any overlays during a window config reload event, so that per-window overrides are more likely to get picked up and respected. refs: https://github.com/wez/wezterm/issues/2295 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |