custom_block_glyphs
On this page
custom_block_glyphs = true#
When set to true (the default), wakterm will compute its own idea of what the glyphs
in the following unicode ranges should be, instead of using glyphs resolved from a font.
Ideally this option wouldn't exist, but it is present to work around a hinting issue in freetype.
| Block | What |
|---|---|
| U2500 | Box Drawing |
| U2580 | unicode block elements |
| U1FB00 | Symbols for Legacy Computing (Sextants and Smooth mosaic graphics) |
| U1CC00 | Symbols for Legacy Computing Supplement (Block mosaic terminal graphic characters) |
| U2800 | Braille Patterns |
| Powerline | Powerline triangle, curve and diagonal glyphs |
| Git Branch Symbols | Custom branch drawing symbols for rendering DAGs such as Git branch structure |
| Progress Bar Symbols | Fixed and indeterminate progress bar elements |
You can set this to false to use the block characters provided by your font selection.
See also anti_alias_custom_block_glyphs.