(comint-password-prompt-regexp): Recognize AIX format.
This commit is contained in:
parent
21fe911f02
commit
f69925dd1b
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ appears in the buffer.
|
|||
This variable is buffer-local.")
|
||||
|
||||
(defvar comint-password-prompt-regexp
|
||||
"\\(\\([Oo]ld \\|[Nn]ew \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
|
||||
"\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
|
||||
"*Regexp matching prompts for passwords in the inferior process.
|
||||
This is used by `comint-watch-for-password-prompt'.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue