LinkOverlay class

Immutable per-frame map of viewport-row -> enabled link ranges. Built by TerminalView from enabled provider spans and read by TerminalPainter so host-provided links underline like OSC 8 hyperlinks without touching grid flags.

Annotations

Constructors

LinkOverlay(Map<int, List<LinkCellRange>> _rows)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isLinkCell(int row, int col) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

empty → const LinkOverlay