We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319575d commit 93e2a5eCopy full SHA for 93e2a5e
prompt_toolkit/application/application.py
@@ -120,8 +120,6 @@ class Application(Generic[_AppResult]):
120
:class:`~prompt_toolkit.key_binding.KeyBindingsBase` instance for
121
the key bindings.
122
:param clipboard: :class:`~prompt_toolkit.clipboard.Clipboard` to use.
123
- :param on_abort: What to do when Control-C is pressed.
124
- :param on_exit: What to do when Control-D is pressed.
125
:param full_screen: When True, run the application on the alternate screen buffer.
126
:param color_depth: Any :class:`~.ColorDepth` value, a callable that
127
returns a :class:`~.ColorDepth` or `None` for default.
0 commit comments