MCPcopy
hub / github.com/xtermjs/xterm.js / _finishHyperlink

Method _finishHyperlink

src/common/InputHandler.ts:3043–3048  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3041 }
3042
3043 private _finishHyperlink(): boolean {
3044 this._curAttrData.extended = this._curAttrData.extended.clone();
3045 this._curAttrData.extended.urlId = 0;
3046 this._curAttrData.updateExtended();
3047 return true;
3048 }
3049
3050 // special colors - OSC 10 | 11 | 12
3051 private _specialColors = [SpecialColorIndex.FOREGROUND, SpecialColorIndex.BACKGROUND, SpecialColorIndex.CURSOR];

Callers 2

setHyperlinkMethod · 0.95
_createHyperlinkMethod · 0.95

Calls 2

cloneMethod · 0.65
updateExtendedMethod · 0.65

Tested by

no test coverage detected