Terminal Guide

Repeat Previous Character (REP)

ESC1B[5B amount b62
xterm
vte
konsole
amount = 1

Repeat previously printed character amount times.

Repeats the last previously printed character if it is a printable character. Only characters with codepoint < 256 are supported.

If amount = 0, adjusts it to 1.

This has the same effect as printing the character multiple times.

vte ( ✓ )

konsole ( ✔ )

also works with codepoints >= 256