Liking cljdoc? Tell your friends :D

rebel-readline.jline-api


*buffer*clj

source

*line-reader*clj

source

*terminal*clj

source

->ansiclj

(->ansi at-str)
source

assert-system-terminalclj

(assert-system-terminal terminal)
source

backspaceclj

(backspace)
(backspace n)
source

bind-keyclj

(bind-key key-map widget-id key-str)
source

block-redisplay-millisclj

(block-redisplay-millis time-ms)
source

buffer*clj

(buffer* s)
(buffer* s c)
source

buffer-as-stringclj

(buffer-as-string)
source

buffer-subsclj

(buffer-subs start)
(buffer-subs start end)
source

call-widgetclj

(call-widget widget-name)
source

char-atclj

(char-at idx)
source

create-line-readerclj

(create-line-reader terminal app-name service)
source

create-terminalclj

(create-terminal & [assert-system-terminal'])
source

create-widgetcljmacro

(create-widget & body)
source

curr-charclj

(curr-char)
source

cursorclj

(cursor)
(cursor i)
source

deleteclj

(delete)
(delete n)
source

display-messageclj

(display-message message)
source

get-accessible-fieldclj

source

key-mapclj

(key-map key-map-name)
source

key-map->cljclj

(key-map->clj key-map)
source

key-map->display-dataclj

(key-map->display-data key-map)
source

key-map-nameclj

(key-map-name key-map)
source

key-mapsclj

(key-maps)
source

main-key-map-nameclj

(main-key-map-name)
source

move-cursorclj

(move-cursor offset)
source

next-charclj

(next-char)
source

orig-key-map-cloneclj

(orig-key-map-clone key-map-name)
source

prev-charclj

(prev-char)
source

PrintWriter-onclj

(PrintWriter-on flush-fn close-fn)

implements java.io.PrintWriter given flush-fn, which will be called when .flush() is called, with a string built up since the last call to .flush(). if not nil, close-fn will be called with no arguments when .close is called

implements java.io.PrintWriter given flush-fn, which will be called
when .flush() is called, with a string built up since the last call to .flush().
if not nil, close-fn will be called with no arguments when .close is called
sourceraw docstring

reading?clj

(reading? line-reader)
source

redisplayclj

(redisplay)
source

redisplay-flushclj

(redisplay-flush line-reader s)
source

register-widgetclj

(register-widget widget-id widget)
source

rows-available-for-post-displayclj

(rows-available-for-post-display)
source

safe-terminal-writerclj

(safe-terminal-writer line-reader)
source

set-key-map!clj

(set-key-map! key-map-name key-map)
source

set-main-key-map!clj

(set-main-key-map! key-map-name)
source

supplierclj

(supplier f)
source

terminal-sizeclj

(terminal-size)
source

up-to-cursorclj

(up-to-cursor)
source

writeclj

(write s)
source

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

× close