mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 13:52:55 +03:00
8dd365d4c5
Three issues: * The initial connect would leave the dpi assigned to 0, resulting in incorrect scaling when using imgcat until the window was resized and the correct dpi was passed up. * On resize, we'd only compare the row/col count and not notice changes in pixel dimensions/dpi * On the server side, when processing a resize and recomputing the tab size, we would omit the pixel dimensions and leave the resulting tabs and panes with 0 dimensions, breaking imgcat because it thought the window was 0x0. refs: https://github.com/wez/wezterm/issues/3366 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |