mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
11 lines
314 B
Markdown
11 lines
314 B
Markdown
# Cancel Parsing
|
|
|
|
| | |
|
|
| ---- | ---------------- |
|
|
| Text | |
|
|
| Hex | `0x18` or `0x1A` |
|
|
|
|
Cancels sequence parsing. Any partially completed sequence such as `ESC`
|
|
can send `0x18` and revert back to an unparsed state. The sequence characters
|
|
up to that point are discarded.
|