CITGuru / PyInquirer

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

printing question on several lines #21

Closed Ghostvv closed 5 years ago

Ghostvv commented 5 years ago

if the type of a question is input, long question is printed on several lines, however if the type is confirm, long question is printed on one line and appears to be cut by terminal window

CITGuru commented 5 years ago

Can you upload a screenshot to better understand the issue

CITGuru commented 5 years ago

@Ghostvv I am still waiting for the screenshots

Ghostvv commented 5 years ago

cut question ("type": "confirm"): screen shot 2018-10-29 at 10 08 33

while the full question is (for larger terminal window): screen shot 2018-10-29 at 10 09 42

While for "type": "input", long question is printed on several lines: screen shot 2018-10-29 at 10 13 15

CITGuru commented 5 years ago

Oh, I haven't actually experience that. I'll look into it

Ghostvv commented 5 years ago

thanks

tmbo commented 5 years ago

@CITGuru did you have time yet to look into this?

CITGuru commented 5 years ago

@tmbo, Sorry I didnt reply on time, I forgot to reply. I was busy with other stuff and thanks for the PR