1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 05:42:03 +03:00
wezterm/wezterm-gui
Wez Furlong 164adb78e3 wezterm: blow more caches when scaling changes
The recent addition of dynamic fallback resolution highlighted this
issue.

The test scenario is:

1. Output some glyphs that need dynamic fallback
2. ctrl-+ to change the font scaling
3. rasterization fails because of some bad cached state; the font_idx's
   were invalidated by the scale change which reset the dynamically
   discovered fallback fonts.

The resolution is to blow the glyph and shape caches when scaling
is changed.
2020-11-25 16:19:56 -08:00
..
src wezterm: blow more caches when scaling changes 2020-11-25 16:19:56 -08:00
build.rs split gui into wezterm-gui executable 2020-10-24 16:40:15 -07:00
Cargo.toml wezterm: improve shaping of emoji 2020-11-23 13:45:38 -08:00