dont disable quickedit when hashing passwords interactively

This commit is contained in:
ed 2023-07-07 18:29:30 +00:00
parent 99e2ef7f33
commit 8d248333e8

View file

@ -1260,7 +1260,7 @@ def main(argv: Optional[list[str]] = None) -> None:
elif not al.no_ansi: elif not al.no_ansi:
al.ansi = VT100 al.ansi = VT100
if WINDOWS and not al.keep_qem: if WINDOWS and not al.keep_qem and not al.ah_cli:
try: try:
disable_quickedit() disable_quickedit()
except: except: