mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
22 lines
343 B
Markdown
22 lines
343 B
Markdown
# Enquiry (Answerback)
|
|
|
|
| | |
|
|
| ---- | ------ |
|
|
| Text | |
|
|
| Hex | `0x05` |
|
|
|
|
Sends an answerback string. In the VT100, this was configurable by the
|
|
operator.
|
|
|
|
## Implementation Details
|
|
|
|
- ghostty always sends `""`
|
|
|
|
## TODO
|
|
|
|
- Make the answerback configurable
|
|
|
|
## References
|
|
|
|
- https://vt100.net/docs/vt100-ug/chapter3.html
|