* Invalidate cache when terminal content changes * Should be called on terminal write, resize, or clear
()
| 170 | * Should be called on terminal write, resize, or clear |
| 171 | */ |
| 172 | invalidateCache(): void { |
| 173 | this.linkCache.clear(); |
| 174 | this.scannedRows.clear(); |
| 175 | } |
| 176 | |
| 177 | /** |
| 178 | * Invalidate cache for specific rows |
no test coverage detected