Table of Contents

Method OSC_EndHyperlink

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

Ends a hyperlink using OSC 8 escape sequence.

public static string OSC_EndHyperlink()

Returns

string

The OSC 8 end sequence.

This terminates the hyperlink started by OSC_StartHyperlink(string, string?). Format: ESC ] 8 ; ; ST (empty URL ends the hyperlink).