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

Method setTitle

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

Source from the content-addressed store, hash-verified

3343 return this._activeBuffer.x = this._activeBuffer.savedX || 0, this._activeBuffer.y = Math.max(this._activeBuffer.savedY - this._activeBuffer.ybase, 0), this._curAttrData.fg = this._activeBuffer.savedCurAttrData.fg, this._curAttrData.bg = this._activeBuffer.savedCurAttrData.bg, this._charsetService.charset = this._savedCharset, this._activeBuffer.savedCharset && (this._charsetService.charset = this._activeBuffer.savedCharset), this._restrictCursor(), true;
3344 }
3345 setTitle(e3) {
3346 return this._windowTitle = e3, this._onTitleChange.fire(e3), true;
3347 }
3348 setIconName(e3) {
3349 return this._iconName = e3, true;
3350 }

Callers 2

constructorMethod · 0.95
windowOptionsMethod · 0.95

Calls 1

fireMethod · 0.80

Tested by

no test coverage detected