MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _handleHideLinkUnderline

Method _handleHideLinkUnderline

src/server/web/public/terminal.js:7288–7290  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

7286 for (let t3 = e3.y1 + 1; t3 < e3.y2; t3++) this._fillBottomLineAtCells(0, t3, e3.cols);
7287 this._fillBottomLineAtCells(0, e3.y2, e3.x2);
7288 }
7289 this._state = e3;
7290 }
7291 _handleHideLinkUnderline(e3) {
7292 this._clearCurrentLink();
7293 }

Callers 1

constructorMethod · 0.95

Calls 1

_clearCurrentLinkMethod · 0.95

Tested by

no test coverage detected