(e3)
| 660 | return this._linkProviderService.registerLinkProvider(e3); |
| 661 | } |
| 662 | registerCharacterJoiner(e3) { |
| 663 | if (!this._characterJoinerService) throw new Error("Terminal must be opened first"); |
| 664 | const t3 = this._characterJoinerService.register(e3); |
| 665 | return this.refresh(0, this.rows - 1), t3; |
| 666 | } |
| 667 | deregisterCharacterJoiner(e3) { |
| 668 | if (!this._characterJoinerService) throw new Error("Terminal must be opened first"); |
| 669 | this._characterJoinerService.deregister(e3) && this.refresh(0, this.rows - 1); |
no test coverage detected