Skip to content

CUF — Cursor Forward

SequenceCSI <n> C
Bytes0x1B 0x5B <n> 0x43
MnemonicCUF
Otty support

Description

Moves the cursor <n> columns to the right in the current row. Default <n> = 1. Clamps at the right margin; no wrap.

Example

bash
printf '\e[10C'     # advance 10 columns

Otty