Skip to content

Commit

Permalink
gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (G…
Browse files Browse the repository at this point in the history
…H-119432)

(cherry picked from commit 14b063c)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
  • Loading branch information
lysnikolaou committed May 23, 2024
1 parent 1909b7b commit 4968925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/_pyrepl/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,3 +475,4 @@ def do(self) -> None:
self.reader.paste_mode = False
self.reader.in_bracketed_paste = False
self.reader.dirty = True
self.reader.calc_screen = self.reader.calc_complete_screen

0 comments on commit 4968925

Please sign in to comment.