Liking cljdoc? Tell your friends :D

reply.reader.simple-jline


flush-historycljmultimethod

source

get-input-lineclj

(get-input-line state)
source

InteractiveLineReadercljprotocol

interactive-read-lineclj

(interactive-read-line this)

prepare-for-next-readclj

(prepare-for-next-read this)
source

jline-stateclj

source

make-completerclj

(make-completer ns eval-fn)
source

null-output-streamclj

(null-output-stream)
source

reset-readerclj

(reset-reader reader)
source

safe-read-lineclj

(safe-read-line {:keys [prompt-string completer-factory no-jline input-stream
                        output-stream history-file]
                 :as options})
(safe-read-line completion-eval-fn {:keys [ns] :as state})
source

set-jline-output!clj

(set-jline-output!)
source

setup-console-readerclj

(setup-console-reader {:keys [prompt-string reader input-stream output-stream
                              history-file completer-factory blink-parens]
                       :or {input-stream (FileInputStream. FileDescriptor/in)
                            output-stream System/out
                            prompt-string "=> "
                            blink-parens true}
                       :as state})
source

shutdownclj

(shutdown)
(shutdown {:keys [reader] :as state})
source

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

× close