Skip to content

Commit 6df6a4a

Browse files
set paste threshold at 3 keypress events
1 parent b1f22f5 commit 6df6a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/curtsies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def _combined_events(event_provider, paste_threshold):
120120
timeout = yield queue.popleft()
121121

122122

123-
def combined_events(event_provider, paste_threshold=10):
123+
def combined_events(event_provider, paste_threshold=3):
124124
g = _combined_events(event_provider, paste_threshold)
125125
next(g)
126126
return g

0 commit comments

Comments
 (0)