prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.1k stars 717 forks source link

Increasing font size generate another prompt #1843

Open raffaem opened 5 months ago

raffaem commented 5 months ago

In both ipython and radian, two software that use prompt-toolkit, increasing hte font size of the terminal generate another prompt.

radian's author sustain it's a prompt-toolkit expected behavior.

See https://github.com/randy3k/radian/issues/458.

Could it be fixed?