pretty.cli.ansi-escapes

beep

(beep)

Return the string code to emit a beep

clear-screen

(clear-screen)

Return the string code to clear screen

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-hide

(cursor-hide)

Return the string code to hide the cursor

cursor-left

(cursor-left)

Return the string code to move the cursor to the left

cursor-move

(cursor-move x y)

Return the string code to move the cursor by x and y cells

cursor-next-line

(cursor-next-line)

Return the string code to move the cursor to beginning of the next line

cursor-position

(cursor-position)

Return the string code to retrieve the cursor position

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-show

(cursor-show)

Return the string code to show the cursor

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-down

(erase-down)

Return the string code to erase down

erase-end-line

(erase-end-line)

Return the string code to erase to the end of the line

erase-line

(erase-line)

Return the string code to erase the line

erase-screen

(erase-screen)

Return the string code to erase the screen

erase-start-line

(erase-start-line)

Return the string code to erase to the start of the line

erase-up

(erase-up)

Return the string code to erase up

esc-code

Return the string of basic escape code

reset-code

Return the string code to reset all attributes

scroll-down

(scroll-down)

Return the string code to scroll screen down

scroll-up

(scroll-up)

Return the string code to scroll screen up