Variable: nrepl-need-input-handler-function
nrepl-need-input-handler-function is a variable defined in
nrepl-client.el.
Value
nil
Documentation
Function to call when the server requests stdin input.
Called with two arguments: the REPL buffer and the nREPL need-input response
(the message whose status is "need-input"; its session and id identify
the blocked evaluation).
When nil, need-input requests are ignored.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/nrepl-client.el
(defvar nrepl-need-input-handler-function nil
"Function to call when the server requests stdin input.
Called with two arguments: the REPL buffer and the nREPL need-input response
\(the message whose status is \"need-input\"; its `session' and `id' identify
the blocked evaluation).
When nil, need-input requests are ignored.")