aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index c114bdf758a..adae971eff2 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -385,10 +385,12 @@ This variable is buffer-local."
385 "\\(?: [[:alpha:]]+ .+\\)?[[:blank:]]*[::៖][[:space:]]*\\'" 385 "\\(?: [[:alpha:]]+ .+\\)?[[:blank:]]*[::៖][[:space:]]*\\'"
386 ;; The ccrypt encryption dialogue doesn't end with a colon, so 386 ;; The ccrypt encryption dialogue doesn't end with a colon, so
387 ;; treat it specially. 387 ;; treat it specially.
388 "\\|^Enter encryption key: (repeat) *\\'") 388 "\\|^Enter encryption key: (repeat) *\\'"
389 ;; openssh-8.6p1 format: "(user@host) Password:".
390 "\\|^([^)@ \t\n]+@[^)@ \t\n]+) Password: *\\'")
389 "Regexp matching prompts for passwords in the inferior process. 391 "Regexp matching prompts for passwords in the inferior process.
390This is used by `comint-watch-for-password-prompt'." 392This is used by `comint-watch-for-password-prompt'."
391 :version "28.1" 393 :version "29.1"
392 :type 'regexp 394 :type 'regexp
393 :group 'comint) 395 :group 'comint)
394 396