Skip to content

allow_square_glyphs_to_overflow_width = "Never"

Since: Version 20210203-095643-70a364eb

The functionality described in this section requires version 20210203-095643-70a364eb of wezterm, or a more recent version.

Configures how square symbol glyph's cell is rendered:

  • "WhenFollowedBySpace" - (this is the default) deliberately overflow the cell width when the next cell is a space.
  • "Always" - overflow the cell regardless of the next cell being a space.
  • "Never" - strictly respect the cell width.
Since: Version 20210404-112810-b63a949d

The functionality described in this section requires version 20210404-112810-b63a949d of wezterm, or a more recent version.

This setting now applies to any glyph with an aspect ratio larger than 0.9, which covers more symbol glyphs than in earlier releases.

The default value for this setting was changed from Never to WhenFollowedBySpace.