1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 03:39:16 +03:00
wezterm/config
Wez Furlong 3b69586416 wezterm: add allow_square_glyphs_to_overflow_width = "WhenFollowedBySpace"
Adds an option to control how wide glyphs (more specifically: square
aspect glyphs) are scaled to conform to their specified width.

The three options are `Never`, `Always`, and `WhenFollowedBySpace`.

When a glyph is loaded, if it is approximately square, this option is
consulted.  If overflow is permitted then the glyph will be scaled
to fit only the height of the cell, rather than ensuring that it fits
in both the height and width of the cell.

refs: #342
2020-11-24 10:38:20 -08:00
..
src wezterm: add allow_square_glyphs_to_overflow_width = "WhenFollowedBySpace" 2020-11-24 10:38:20 -08:00
build.rs move config into its own crate 2020-10-03 11:15:57 -07:00
Cargo.toml wezterm: allow overriding the default open-uri event 2020-10-07 18:26:16 -07:00