Variable: cider-need-input--eof

cider-need-input--eof is a variable defined in cider-client.el.

Value

nil

Documentation

Set by cider-need-input-send-eof while a stdin prompt is open.

cider-need-input binds it and checks it after the read to decide whether to send end-of-input rather than a line.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-client.el
(defvar cider-need-input--eof nil
  "Set by `cider-need-input-send-eof' while a stdin prompt is open.
`cider-need-input' binds it and checks it after the read to decide whether to
send end-of-input rather than a line.")