mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
add more sequences
This commit is contained in:
@ -20,3 +20,5 @@ Status meanings:
|
||||
| `BEL` | `0x07` | [Bell](sequences/bel.md) | ❌ |
|
||||
| `BS` | `0x08` | [Backspace](sequences/bs.md) | ⚠️ |
|
||||
| `TAB` | `0x09` | [Tab](sequences/tab.md) | ⚠️ |
|
||||
| `LF` | `0x0A` | [Linefeed](sequences/lf.md) | ✅ |
|
||||
| `VT` | `0x0B` | [Vertical Tab](sequences/vt.md) | ✅ |
|
||||
|
12
docs/sequences/lf.md
Normal file
12
docs/sequences/lf.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Linefeed
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| Text | |
|
||||
| Hex | `0x0A` |
|
||||
|
||||
Invoke [Index](ind.md).
|
||||
|
||||
## TODO
|
||||
|
||||
* Linefeed mode (mode 20)
|
8
docs/sequences/vt.md
Normal file
8
docs/sequences/vt.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Vertical Tab
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| Text | |
|
||||
| Hex | `0x0B` |
|
||||
|
||||
Equivalent to [linefeed](lf.md).
|
Reference in New Issue
Block a user