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

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).