(e3)
| 3272 | return true; |
| 3273 | } |
| 3274 | deviceStatus(e3) { |
| 3275 | switch (e3.params[0]) { |
| 3276 | case 5: |
| 3277 | this._coreService.triggerDataEvent(`${n.C0.ESC}[0n`); |
| 3278 | break; |
| 3279 | case 6: |
| 3280 | const e4 = this._activeBuffer.y + 1, t3 = this._activeBuffer.x + 1; |
| 3281 | this._coreService.triggerDataEvent(`${n.C0.ESC}[${e4};${t3}R`); |
| 3282 | } |
| 3283 | return true; |
| 3284 | } |
| 3285 | deviceStatusPrivate(e3) { |
| 3286 | if (6 === e3.params[0]) { |
| 3287 | const e4 = this._activeBuffer.y + 1, t3 = this._activeBuffer.x + 1; |
no test coverage detected