CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

List input with prompt multiple lines long moves down a line every time cursor moves #186

Open RenSnek opened 1 year ago

RenSnek commented 1 year ago

I've found that if I have a prompt that is more than a line long on a list input, that every time I move my cursor up or down the entire question moves down a line, leaving the first line behind. Before moving the cursor: Screenshot 2022-07-12 13 46 42 After moving the cursor a few times: Screenshot 2022-07-12 13 44 54