π Bug fixes:
DummyInput by default in create_input() if sys.stdin does not have
a valid file descriptor. This fixes errors when sys.stdin is patched in
certain situations.ProgressBar when the progress bar was not
created from the main thread. The current code would try to kill the main
thread when control-c was pressed.π New features:
cancel_callback in ProgressBar to specify the cancellation
behavior for when control-c is pressed.π New features:
name property in TextArea widget to Buffer.enable_cpr parameter to Vt100_Output, TelnetServer and
PromptToolkitSSHServer, to completely disable CPR support instead of
automatically detecting it.