ghostty/website/app/vt/vpa/page.mdx
Mitchell Hashimoto 01e1a79386 website: HPA, VPA
2023-10-07 09:24:27 -07:00

10 lines
335 B
Plaintext

import VTSequence from "@/components/VTSequence";
# Vertical Position Absolute (VPA)
<VTSequence sequence={["CSI", "Py", "d"]} />
This sequence performs [cursor position (CUP)](/vt/cup) with `y` set
to the parameterized value and `x` set to the current cursor position.
There is no additional or different behavior for using `VPA`.