pretty.cli.ansi-escapes
cursor-backward
(cursor-backward n)(cursor-backward)Return the string code to move the cursor n (default 1) cells backward
cursor-down
(cursor-down n)(cursor-down)Return the string code to move the cursor n (default 1) cells down
cursor-forward
(cursor-forward n)(cursor-forward)Return the string code to move the cursor n (default 1) cells forward
cursor-next-line
(cursor-next-line)Return the string code to move the cursor to beginning of the next line
cursor-position-restore
(cursor-position-restore)Return the string code to restore the cursor position
cursor-position-save
(cursor-position-save)Return the string code to save the cursor position
cursor-prev-line
(cursor-prev-line)Return the string code to move the cursor to beginning of the previous line
cursor-to
(cursor-to)(cursor-to x)(cursor-to x y)Return the string code to move the cursor to the x, y cell
cursor-up
(cursor-up n)(cursor-up)Return the string code to move the cursor n (default 1) cells up
erase-start-line
(erase-start-line)Return the string code to erase to the start of the line