(e3)
| 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 | } |
no test coverage detected