Liking cljdoc? Tell your friends :D

paren-soup.console


create-console-historycljs

(create-console-history)
source

down!cljs

(down! *console-history)

Changes the current line and returns the next line from console-history, or nil if there is none.

Changes the current line and returns the next line from console-history, or nil if there is none.
sourceraw docstring

get-console-startcljs

(get-console-start *console-history)
source

get-next-linecljs

(get-next-line *console-history)

Returns the next line from console-history, or nil if there is none.

Returns the next line from console-history, or nil if there is none.
sourceraw docstring

get-previous-linecljs

(get-previous-line *console-history)

Returns the previous line from console-history, or nil if there is none.

Returns the previous line from console-history, or nil if there is none.
sourceraw docstring

up!cljs

(up! *console-history)

Changes the current line and returns the previous line from console-history, or nil if there is none.

Changes the current line and returns the previous line from console-history, or nil if there is none.
sourceraw docstring

update-console-history!cljs

(update-console-history! *console-history line)

Updates the console history atom.

Updates the console history atom.
sourceraw docstring

update-console-start!cljs

(update-console-start! *console-history start)
source

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

× close