mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
c5efd94bb8
This uses a similar approach to that used by tmux; when resizing, a size delta is computed in each axis and that value is distributed across the splits in that dimension. For a small resize by 1 cell this tends to bias towards adjusting the top/left node. For a large resize (eg: maximizing/restoring) the distribution tends to share across the splits in that dimension, effectively scaling them approximately proportionally, more or less preserving the relative scale of the splits. refs: https://github.com/wez/wezterm/issues/157#issuecomment-699672914 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |