mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +03:00
10 lines
230 B
Plaintext
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`.
|