mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 05:06:24 +03:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
import VTSequence from "@/components/VTSequence";
|
|
|
|
# Cursor Backword (CUB)
|
|
|
|
<VTSequence sequence={["CSI", "Pn", "D"]} />
|
|
|
|
TODO
|