()
| 83 | this._announceCharacters(); |
| 84 | } |
| 85 | _announceCharacters() { |
| 86 | 0 !== this._charsToAnnounce.length && (this._liveRegion.textContent += this._charsToAnnounce, this._charsToAnnounce = ""); |
| 87 | } |
| 88 | _handleBoundaryFocus(e3, t3) { |
| 89 | const i3 = e3.target, s3 = this._rowElements[0 === t3 ? 1 : this._rowElements.length - 2]; |
| 90 | if (i3.getAttribute("aria-posinset") === (0 === t3 ? "1" : `${this._terminal.buffer.lines.length}`)) return; |