ghostty/website/app/vt/bs/page.mdx
2024-08-05 13:56:57 +02:00

10 lines
230 B
Plaintext

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