mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 12:23:46 +03:00
73f50efb7f
This aids in debugging: ``` ; wezterm --config normalize_output_to_unicode_nfc=false ls-fonts --text $(echo a$'\u301\u302') LeftToRight 0 x_adv=8 cells=1 glyph=aacute,190 wezterm.font("JetBrains Mono", {weight="Regular", stretch="Normal", style="Normal"}) /usr/share/fonts/jetbrains-mono-fonts/JetBrainsMono-Regular.otf, FontConfig 0 á̂ \u{61}\u{301}\u{302} x_adv=0 cells=0 glyph=uni0302,1646 wezterm.font("JetBrains Mono", {weight="Regular", stretch="Normal", style="Normal"}) /usr/share/fonts/jetbrains-mono-fonts/JetBrainsMono-Regular.otf, FontConfig ``` ``` ; ./target/debug/wezterm --config normalize_output_to_unicode_nfc=true ls-fonts --text $(echo a$'\u301\u302') LeftToRight 0 x_adv=8 cells=1 glyph=aacute,190 wezterm.font("JetBrains Mono", {weight="Regular", stretch="Normal", style="Normal"}) /usr/share/fonts/jetbrains-mono-fonts/JetBrainsMono-Regular.otf, FontConfig 0 á̂ \u{e1}\u{302} x_adv=0 cells=0 glyph=uni0302,1646 wezterm.font("JetBrains Mono", {weight="Regular", stretch="Normal", style="Normal"}) /usr/share/fonts/jetbrains-mono-fonts/JetBrainsMono-Regular.otf, FontConfig ``` refs: #3093 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |