* Deselect all text * xterm.js compatible API
()
| 326 | * xterm.js compatible API |
| 327 | */ |
| 328 | deselect(): void { |
| 329 | this.clearSelection(); |
| 330 | this.selectionChangedEmitter.fire(); |
| 331 | } |
| 332 | |
| 333 | /** |
| 334 | * Focus the terminal (make it receive keyboard input) |
nothing calls this directly
no test coverage detected