Table of Contents

Method UpdateTextFormatterText

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Updates the text displayed by the TextFormatter based on the current values of Text and Url.

protected override void UpdateTextFormatterText()

If Text is null or empty, the formatter displays Url instead, ensuring the link auto-sizes correctly via Text. Otherwise, the base implementation is used.