CITGuru / PyInquirer

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

Degrade from list to rawlist when terminal doesn't support fancy stuff #86

Open halloleo opened 4 years ago

halloleo commented 4 years ago

In simple terminals (TERM=dumb or TERM=unkown) without escape sequences for cursor movement the list type doesn't work properly (because no arrow movement is available).

Is there any way to automatically degrade to something like a rawlist type or similar?