(e3)
| 3393 | return this._setOrReportSpecialColor(e3, 1); |
| 3394 | } |
| 3395 | setOrReportCursorColor(e3) { |
| 3396 | return this._setOrReportSpecialColor(e3, 2); |
| 3397 | } |
| 3398 | restoreIndexedColor(e3) { |
| 3399 | if (!e3) return this._onColor.fire([{ type: 2 }]), true; |
| 3400 | const t3 = [], i3 = e3.split(";"); |
no test coverage detected