You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add linkTooltipHoverDuration setting, this is a workaround for the old deprecated link matcher system (#2835) via @Tyriar
There is a new enableProposedApi setting that currently defaults to true, in v5 this will switch to false to require the embedder to opt-in to using the experimental APIs that may break across versions (#2921) via @Tyriar
π Bug fixes
Fix selection wrapping to end when not beyond viewport (#2834) via @Tyriar
Link providers
Fix links not clearing when leaving the xterm container (#2852) via @Tyriar
Allow hiding of link underline (#2854) via @Tyriar
Allow mouse to hover tooltips without firing the leave event (#2855) via @Tyriar
Prevent hover callbacks firing if the mouse is outside the viewport (#2856) via @Tyriar
Allow customizing of the underline and cursor decorations independently (#2857) via @Tyriar
Invalidate all links on scroll (#2869) via @Tyriar
Change API to return all links for a line, instead of just the one at the cell (#2908) via @Tyriar
Prevent hover from firing multiple times (#2912) via @Tyriar
Remove lower priority links that intersect high priority links (#2916) via @Tyriar
Fix textures getting messed up when using 2 different DPI monitors (#2892) via @Eugeny