add more sequences

This commit is contained in:
Mitchell Hashimoto
2022-07-14 13:47:22 -07:00
parent 3655609886
commit d31f51c993
3 changed files with 22 additions and 0 deletions

View File

@ -20,3 +20,5 @@ Status meanings:
| `BEL` | `0x07` | [Bell](sequences/bel.md) | ❌ | | `BEL` | `0x07` | [Bell](sequences/bel.md) | ❌ |
| `BS` | `0x08` | [Backspace](sequences/bs.md) | ⚠️ | | `BS` | `0x08` | [Backspace](sequences/bs.md) | ⚠️ |
| `TAB` | `0x09` | [Tab](sequences/tab.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
View 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
View File

@ -0,0 +1,8 @@
# Vertical Tab
| | |
| --- | --- |
| Text | |
| Hex | `0x0B` |
Equivalent to [linefeed](lf.md).