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