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.
amount
to the number of columns between the cursor (inclusive) and the right edge of the screen. (allows wrap with multi cell characters only)also works with codepoints >= 256