ghostty/website/app/vt/sd/page.mdx
2023-10-09 09:40:28 -07:00

16 lines
461 B
Plaintext

import VTSequence from "@/components/VTSequence";
# Scroll Down (SD)
<VTSequence sequence={["CSI", "Pn", "T"]} />
Inserts `n` lines at the top of the scroll region and shift existing
lines down.
This sequence is functionally identical to
[Insert Line (IL)](/vt/il) with the cursor position set to the top of
the scroll region. The cursor position after the operation must be unchanged
from when SD was invoked.
This sequence unsets the pending wrap state.