Liking cljdoc? Tell your friends :D

progress.ansi

Handy ANSI related functionality. Note: requiring this namespace has the side effect of enabling JANSI.

Handy ANSI related functionality. Note: requiring this namespace has the side effect of enabling JANSI.
raw docstring

apply-attributesclj

(apply-attributes attributes s)

Applies all of provided attributes (a seq) to s (a string).

Applies all of provided attributes (a seq) to s (a string).
sourceraw docstring

apply-colourclj

(apply-colour fg? colour-key s)

Applies an 'enhanced' colour keyword (which may include the prefix 'bright-') to either the foreground or background of body.

Applies an 'enhanced' colour keyword (which may include the prefix 'bright-') to either the foreground or background of body.
sourceraw docstring

apply-colours-and-attrsclj

(apply-colours-and-attrs fg-colour bg-colour attrs s)

Applies the foreground colour, background colour, and attributes (a seq) to s (a string).

Applies the foreground colour, background colour, and attributes (a seq) to s (a string).
sourceraw docstring

debug-printclj

(debug-print & args)

Send debug output to the upper left corner of the screen, where (hopefully) it minimises interference with everything else.

Send debug output to the upper left corner of the screen, where (hopefully) it minimises interference with everything else.
sourceraw docstring

debug-print-atclj

(debug-print-at x y & args)

Send debug output to the specified screen location (note: ANSI screen coordinates are 1-based).

Send debug output to the specified screen location (note: ANSI screen coordinates are 1-based).
sourceraw docstring

(print-at x y & msgs)

Send text output to the specified screen locations (note: ANSI screen coordinates are 1-based). msgs may include jansi formatting.

Send text output to the specified screen locations (note: ANSI screen coordinates are 1-based). msgs may include jansi formatting.
sourceraw docstring

restore-cursor!clj

(restore-cursor!)

Issues both SCO and DEC restore-cursor ANSI codes, for maximum compatibility.

Issues both SCO and DEC restore-cursor ANSI codes, for maximum compatibility.
sourceraw docstring

save-cursor!clj

(save-cursor!)

Issues both SCO and DEC save-cursor ANSI codes, for maximum compatibility.

Issues both SCO and DEC save-cursor ANSI codes, for maximum compatibility.
sourceraw docstring

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

× close