Table of Contents

Property HotTextSpecifier

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

HotTextSpecifier

Gets or sets the rune that toggles the text color between Normal and HotNormal. The default value is '~'. Therefore, '~F1~ Help' will be rendered as 'F1' using HotNormal and 'Help' using Normal. In order to use '~' as part of the title (e.g., to denote the home directory as a part of the current directory), HotTextSpecifier should be changed to a different rune.

public Rune HotTextSpecifier { get; set; }

Property Value

Rune