mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-22 11:46:11 +03:00
20 lines
485 B
Markdown
20 lines
485 B
Markdown
# Enquiry (Answerback)
|
|
|
|
| | |
|
|
| ---- | ------ |
|
|
| Text | |
|
|
| Hex | `0x05` |
|
|
|
|
Sends an answerback string. In the VT100, this was configurable by the
|
|
operator.
|
|
|
|
## Implementation Details
|
|
|
|
The answerback can be configured in the config file using the `enquiry-response`
|
|
configuration setting or on the command line using the `--enquiry-response`
|
|
parameter. The default is to send an empty string (`""`).
|
|
|
|
## References
|
|
|
|
- https://vt100.net/docs/vt100-ug/chapter3.html
|