PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

prompt(questions) freezes the terminal

Open cgoldman1026 opened this issue 4 years ago • 0 comments

I'm currently building a Terminal menu that requires the user to be able to freely scroll throughout the Terminal to make decisions based on things that have been printed to the Terminal previously in the code. However, whenever I prompt() my array of questions and the questions display in the Terminal, it totally freezes and I lose the ability to scroll freely throughout.

Not sure if this is intended behavior but would really appreciate if someone had a workaround.

Unrelated issue: is it possible to replace the '?' that appears at the beginning of every message by default?

cgoldman1026 avatar Jan 08 '21 17:01 cgoldman1026