Property CurrentUrl
CurrentUrl
Gets or sets the URL that will be associated with cells added via AddRune(Rune) or AddStr(string). When set, subsequent cells will include this URL for OSC 8 hyperlink rendering. Set to null to stop associating URLs with cells.
string? CurrentUrl { get; set; }