()
| 4298 | this._normal = new n.Buffer(true, this._optionsService, this._bufferService), this._normal.fillViewportRows(), this._alt = new n.Buffer(false, this._optionsService, this._bufferService), this._activeBuffer = this._normal, this._onBufferActivate.fire({ activeBuffer: this._normal, inactiveBuffer: this._alt }), this.setupTabStops(); |
| 4299 | } |
| 4300 | get alt() { |
| 4301 | return this._alt; |
| 4302 | } |
| 4303 | get active() { |
| 4304 | return this._activeBuffer; |
| 4305 | } |
nothing calls this directly
no outgoing calls
no test coverage detected