website: start cr

This commit is contained in:
Mitchell Hashimoto
2023-10-06 11:24:28 -07:00
parent 65225cca13
commit 944a879ecb
3 changed files with 38 additions and 0 deletions

View File

@@ -45,5 +45,6 @@ function VTElem({ elem }: { elem: string }) {
const special: { [key: string]: number } = {
BEL: 0x07,
BS: 0x08,
CR: 0x0d,
ESC: 0x1b,
};