8000 gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (… · python/cpython@3a973c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a973c6

Browse files
lysnikolaoumiss-islington
authored andcommitted
gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (GH-119432)
(cherry picked from commit 14b063c) Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
1 parent 9435124 commit 3a973c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/_pyrepl/commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,3 +476,4 @@ class disable_bracketed_paste(Command):
476476
def do(self) -> None:
477477
self.reader.paste_mode = False
478478
self.reader.dirty = True
479+
self.reader.calc_screen = self.reader.calc_complete_screen

0 commit comments

Comments
 (0)
0