prompt-toolkit / ptpython

A better Python REPL
BSD 3-Clause "New" or "Revised" License
5.23k stars 281 forks source link

Clean up signatures on ctrl-c #587

Closed vallsv closed 3 months ago

vallsv commented 4 months ago

If show signature option is enable, a ctrl-c during the display of such signature is not cleaned up.

See the following screenshot.

image

This PR clear the self.signatures before clearing the document.

jonathanslenders commented 3 months ago

Thanks!