* Check if there are pending responses from the terminal. * Responses are generated by escape sequences like DSR (Device Status Report).
()
| 615 | * Responses are generated by escape sequences like DSR (Device Status Report). |
| 616 | */ |
| 617 | hasResponse(): boolean { |
| 618 | return this.exports.ghostty_terminal_has_response(this.handle); |
| 619 | } |
| 620 | |
| 621 | /** |
| 622 | * Read pending responses from the terminal. |
no test coverage detected