(e3)
| 3390 | return this._setOrReportSpecialColor(e3, 0); |
| 3391 | } |
| 3392 | setOrReportBgColor(e3) { |
| 3393 | return this._setOrReportSpecialColor(e3, 1); |
| 3394 | } |
| 3395 | setOrReportCursorColor(e3) { |
| 3396 | return this._setOrReportSpecialColor(e3, 2); |
| 3397 | } |
no test coverage detected