Skip to content

CUU stops at top โ€‹

Category: cursor ยท Tags: ECMA-48 Standard, VT100 ยท Specification โ†—

CUU (Cursor Up, CSI Pn A) should stop at the top margin of the scroll region, or row 1 if no scroll region is set. Moving up with a count exceeding the current row should clamp to row 0 rather than wrapping to the bottom. This prevents cursor escape from the visible area and is relied upon by screen-clearing routines that use large CUU counts.
How this is tested: Position at row 3, send \x1b[999A (CUU with count 999), verify cursor stopped at row 0.
Analysis2026-03-26

Supported by all 5 tested terminals โ€” universal adoption. Part of the Core TUI baseline.

Supported by 11 of 11 backends (100%)

Terminal Applications โ€‹

TerminalVersionSupportNotes
iTerm23.6.9โœ“ yes
Ghostty1.3.1โœ“ yes
VS Code1.112.0โœ“ yes
Warp0.2026.03.18.08.24.03โœ“ yes
Cursor2.6.21โœ“ yes
Kitty0.46.2โœ“ yes
Terminal.app2.15โœ“ yes

Headless Backends โ€‹

Parser correctness only โ€” a โœ“ means the parser accepts the sequence.

BackendVersionSupportNotes
Alacritty0.26.0โœ“ yes
vt1000.2.1โœ“ yes
vterm0.2.0โœ“ yes
WezTerm0.1.0-fork.5โœ“ yes

Powered by Termless
Playwright for Terminals