Skip to content

RI — Reverse Index

SequenceESC M
Bytes0x1B 0x4D
MnemonicRI
Otty support

Description

Moves the cursor up one row, scrolling the active region down if the cursor is at the top. The opposite of IND.

Example

bash
printf 'a\n\eM'      # write 'a', LF down, RI back up

Otty