Terminal Guide

Cursor Horizontal Position Absolute (HPA)

ESC1B[5B column `60
urxvt
xterm
vte
konsole
linuxvc
column = 1

Move the cursor to the column column. The cursor row is not changed, unless origin mode is set and the cursor is currently outside of the current scroll region.

This unsets the pending wrap state without wrapping.

If column is 0, it is adjusted to 1. If column is greater than the right-most column of the screen it is adjusted to the right-most column of the screen.

column = 1 is the left-most column.

If cursor origin mode is set the cursor row will be forced inside the current scroll region.

If cursor origin mode is set and left and right margin mode is set the cursor will be moved relative to the left-most column of the scroll region and adjusted to be on or left of the right-most column of the scroll region.

urxvt ( ✓ )

vte ( ✓ )

konsole ( ∅ )

Only available via alias: cursor horizontal position absolute

Ignores cursor origin