Table of Contents

Property UseNerdIcons

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

UseNerdIcons

Gets or sets a flag indicating whether to use Nerd Font icons. Defaults to Enable which can be configured by end users from their ./.tui/config.json via ConfigurationManager.

Enabling UseNerdIcons implicitly disables UseUnicodeCharacters.
public bool UseNerdIcons { get; set; }

Property Value

bool