implement enquiry

This commit is contained in:
Jeffrey C. Ollie
2024-01-07 23:47:39 -06:00
parent ba45e4120e
commit 342b5e9d06
3 changed files with 24 additions and 6 deletions

View File

@@ -10,11 +10,9 @@ operator.
## Implementation Details
- ghostty always sends `""`
## TODO
- Make the answerback configurable
The answerback can be configured in the config file using the `enquiry-string`
configuration setting or on the command line using the `--enquiry-string`
parameter. The default is to send an empty string (`""`).
## References