click-repl icon indicating copy to clipboard operation
click-repl copied to clipboard

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

Open mirhmousavi opened this issue 4 years ago • 2 comments

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)

mirhmousavi avatar Jun 20 '20 15:06 mirhmousavi

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.

jfkw avatar Jul 02 '20 00:07 jfkw

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

Lavany549 avatar May 27 '21 16:05 Lavany549