mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-05 05:14:40 +00:00
website: start cr
This commit is contained in:
@@ -45,5 +45,6 @@ function VTElem({ elem }: { elem: string }) {
|
||||
const special: { [key: string]: number } = {
|
||||
BEL: 0x07,
|
||||
BS: 0x08,
|
||||
CR: 0x0d,
|
||||
ESC: 0x1b,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user