Skip to content

GlyphSet

GlyphSet = "unicode" | "ascii" | "emoji"

Defined in: src/widgets/feedback/status.ts:39

Which glyph vocabulary to draw with.

  • unicode — single-cell symbols (the default; always 1 cell wide).
  • ascii — plain 7-bit symbols for terminals without good Unicode cover.
  • emoji — colourful emoji. These render two cells wide in most terminals, so they are unsuitable for the single-cell StatusDot; prefer them on the wider StatusBadge / StatusList.