◐ Shell
reader mode source ↗
Skip to content
Open
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
5 changes: 4 additions & 1 deletion bpython/curtsies.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ def __init__(
interp: code.InteractiveInterpreter = None,
) -> None:
self.input_generator = curtsies.input.Input(
keynames="curtsies", sigint_event=True, paste_threshold=None
)
self.window = curtsies.window.CursorAwareWindow(
sys.stdout,
Expand Down
Toggle all file notes Toggle all file annotations