Liking cljdoc? Tell your friends :D

pretty.cli.ansi-escapes


beepclj

(beep)

Return the string code to emit a beep

Return the string code to emit a beep
sourceraw docstring

clear-screenclj

(clear-screen)

Return the string code to clear screen

Return the string code to clear screen
sourceraw docstring

cursor-backwardclj

(cursor-backward)
(cursor-backward n)

Return the string code to move the cursor n (default 1) cells backward

Return the string code to move the cursor `n` (default 1) cells backward
sourceraw docstring

cursor-downclj

(cursor-down)
(cursor-down n)

Return the string code to move the cursor n (default 1) cells down

Return the string code to move the cursor `n` (default 1) cells down
sourceraw docstring

cursor-forwardclj

(cursor-forward)
(cursor-forward n)

Return the string code to move the cursor n (default 1) cells forward

Return the string code to move the cursor `n` (default 1) cells forward
sourceraw docstring

cursor-hideclj

(cursor-hide)

Return the string code to hide the cursor

Return the string code to hide the cursor
sourceraw docstring

cursor-leftclj

(cursor-left)

Return the string code to move the cursor to the left

Return the string code to move the cursor to the left
sourceraw docstring

cursor-moveclj

(cursor-move x y)

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

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

cursor-next-lineclj

(cursor-next-line)

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

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

cursor-positionclj

(cursor-position)

Return the string code to retrieve the cursor position

Return the string code to retrieve the cursor position
sourceraw docstring

cursor-position-restoreclj

(cursor-position-restore)

Return the string code to restore the cursor position

Return the string code to restore the cursor position
sourceraw docstring

cursor-position-saveclj

(cursor-position-save)

Return the string code to save the cursor position

Return the string code to save the cursor position
sourceraw docstring

cursor-prev-lineclj

(cursor-prev-line)

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

Return the string code to move the cursor to beginning of the previous line
sourceraw docstring

cursor-showclj

(cursor-show)

Return the string code to show the cursor

Return the string code to show the cursor
sourceraw docstring

cursor-toclj

(cursor-to)
(cursor-to x)
(cursor-to x y)

Return the string code to move the cursor to the x, y cell

Return the string code to move the cursor to the `x, y` cell
sourceraw docstring

cursor-upclj

(cursor-up)
(cursor-up n)

Return the string code to move the cursor n (default 1) cells up

Return the string code to move the cursor `n` (default 1) cells up
sourceraw docstring

erase-downclj

(erase-down)

Return the string code to erase down

Return the string code to erase down
sourceraw docstring

erase-end-lineclj

(erase-end-line)

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

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

erase-lineclj

(erase-line)

Return the string code to erase the line

Return the string code to erase the line
sourceraw docstring

erase-screenclj

(erase-screen)

Return the string code to erase the screen

Return the string code to erase the screen
sourceraw docstring

erase-start-lineclj

(erase-start-line)

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

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

erase-upclj

(erase-up)

Return the string code to erase up

Return the string code to erase up
sourceraw docstring

esc-codeclj

Return the string of basic escape code

Return the string of basic escape code
sourceraw docstring

reset-codeclj

Return the string code to reset all attributes

Return the string code to reset all attributes
sourceraw docstring

scroll-downclj

(scroll-down)

Return the string code to scroll screen down

Return the string code to scroll screen down
sourceraw docstring

scroll-upclj

(scroll-up)

Return the string code to scroll screen up

Return the string code to scroll screen up
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close