mirror of
https://github.com/wez/wezterm.git
synced 2024-12-20 20:01:38 +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. |
||
---|---|---|
.. | ||
bitmaps | ||
os | ||
color.rs | ||
connection.rs | ||
egl.rs | ||
input.rs | ||
lib.rs | ||
spawn.rs | ||
tasks.rs | ||
timerlist.rs |