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

Method selectProtected

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

Source from the content-addressed store, hash-verified

2928 return true;
2929 }
2930 selectProtected(e3) {
2931 const t3 = e3.params[0];
2932 return 1 === t3 && (this._curAttrData.bg |= 536870912), 2 !== t3 && 0 !== t3 || (this._curAttrData.bg &= -536870913), true;
2933 }
2934 _eraseInBufferLine(e3, t3, i3, s3 = false, r2 = false) {
2935 const n2 = this._activeBuffer.lines.get(this._activeBuffer.ybase + e3);
2936 n2.replaceCells(t3, i3, this._activeBuffer.getNullCell(this._eraseAttrData()), r2), s3 && (n2.isWrapped = false);

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected