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 512efe4 commit e96e5d9Copy full SHA for e96e5d9
curtsies/input.py
@@ -52,7 +52,6 @@ def __init__(
52
keynames: str = "curtsies",
53
paste_threshold: Optional[int] = events.MAX_KEYPRESS_SIZE + 1,
54
sigint_event: bool = False,
55
- signint_callback_provider: Optional[Any] = None,
56
disable_terminal_start_stop: bool = False,
57
) -> None:
58
"""Returns an Input instance.
0 commit comments