PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

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

Open halloleo opened this issue 5 years ago • 0 comments

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?

halloleo avatar Dec 13 '19 06:12 halloleo