mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 21:32:13 +03:00
1f81a064ed
@sunshowers mentioned to me that the window appeared blurry on a hidpi display on startup, and was fixed by changing focus in a tiling window manager. I could replicate this using weston with scaling set to 2; the issue was that the initial scale factor change event wasn't fully propagated and bubbled up as a resize event to the terminal layer. This commit taps into the dpi change event and forces it to be interpreted as a window configuration change, resulting in more crisp text. |
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml |