Appearance
ESC E
0x1B 0x45
Moves the cursor to column 1 of the next row — equivalent to CR LF (\r\n) but as a single two-byte sequence.
CR LF
\r\n
printf 'a\eEb' # 'a' \r\n 'b'