CITGuru / PyInquirer

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

Windows pushes content down #5

Closed joveice closed 5 years ago

joveice commented 5 years ago

etc:

You find yourself in a small room, there is a door in front of you.   
? Which direction would you like to go?  (Use arrow keys)             

 ❯ Forward                                                            
   Right                                                              
   Left                                                               
   Back                                                               

if there already is content in the terminal it works normally. Is there a way to fix this?

CITGuru commented 5 years ago

You can fix the bug currently with the PR above for now. Though its not clearly tested yet. Once there's enough testing, it will be merged

CITGuru commented 5 years ago

This issue will be open till the #4 is merged.

joveice commented 5 years ago

I have been using the #4 PR since I created this issue as I found it right after. It has worked great until now without any issues (only tested on windows)

CITGuru commented 5 years ago

The #4 has been merged to both dev and master. So I am going to close this issue. :+1: :100: