When writing carriage return to a pycharm console the whole line is deleted?

前端 未结 3 1966
暖寄归人
暖寄归人 2020-12-11 07:13

I have a program in Python that makes extensive use of the line feed character to produce the effect of an updating console line (specifically a progress bar).

When

3条回答
  •  既然无缘
    2020-12-11 07:42

    The bug is still active and it was reported here. For now if you Use the Run > Configuration > "Emulate Terminal in Output Console" the carriage return will function as intended.

提交回复
热议问题