(e3)
| 69 | this._liveRegion.textContent = "", this._liveRegionLineCount = 0; |
| 70 | } |
| 71 | _handleKey(e3) { |
| 72 | this._clearLiveRegion(), new RegExp("\\p{Control}", "u").test(e3) || this._charsToConsume.push(e3); |
| 73 | } |
| 74 | _refreshRows(e3, t3) { |
| 75 | this._liveRegionDebouncer.refresh(e3, t3, this._terminal.rows); |
| 76 | } |
no test coverage detected