ghostty/website/app/vt/bs/page.mdx
Mitchell Hashimoto 861845e6df website: types
2023-10-06 11:25:00 -07:00

10 lines
230 B
Plaintext

import VTSequence from "@/components/VTSequence";
# Backspace (BS)
<VTSequence sequence="BS" />
This sequence performs [cursor backword (CUB)](/vt/cub)
with `n = 1`. There is no additional or different behavior for
using `BS`.