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

Method bell

src/server/web/public/terminal.js:2833–2835  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2831 return this._parser.registerOscHandler(e3, new g.OscHandler(t3));
2832 }
2833 bell() {
2834 return this._onRequestBell.fire(), true;
2835 }
2836 lineFeed() {
2837 return this._dirtyRowTracker.markDirty(this._activeBuffer.y), this._optionsService.rawOptions.convertEol && (this._activeBuffer.x = 0), this._activeBuffer.y++, this._activeBuffer.y === this._activeBuffer.scrollBottom + 1 ? (this._activeBuffer.y--, this._bufferService.scroll(this._eraseAttrData())) : this._activeBuffer.y >= this._bufferService.rows ? this._activeBuffer.y = this._bufferService.rows - 1 : this._activeBuffer.lines.get(this._activeBuffer.ybase + this._activeBuffer.y).isWrapped = false, this._activeBuffer.x >= this._bufferService.cols && this._activeBuffer.x--, this._dirtyRowTracker.markDirty(this._activeBuffer.y), this._onLineFeed.fire(), true;
2838 }

Callers 1

constructorMethod · 0.95

Calls 1

fireMethod · 0.80

Tested by

no test coverage detected