click-contrib / click-repl

Subcommand REPL for click apps
MIT License
215 stars 41 forks source link

WARNING: your terminal doesn't support cursor position requests (CPR) #70

Open mirhmousavi opened 4 years ago

mirhmousavi commented 4 years ago

Hi when a command executes some operations in multithread/multiprocess fashion and user hit Ctrl+C he/she gets this error and cli just freeze and user can't type anything WARNING: your terminal doesn't support cursor position requests (CPR)

jfkw commented 4 years ago

Can you provide additional information on your terminal type, and the version information for click-repl dependencies and Python?

A minimal reproducible example would be most helpful, if you can extract a small demonstration of the threading/process model used.

Lavany549 commented 3 years ago

I am using google colab notebooks and am using ipdb for taking input