[3.13] gh-111201: Add append to screen method to avoid recalculation (GH-119274) (#119405)

(cherry picked from commit c886bece3b)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
Miss Islington (bot) 2024-05-22 18:03:04 +02:00 committed by GitHub
parent ac9163637b
commit aefe2e626e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 43 additions and 14 deletions

View file

@ -283,7 +283,7 @@ class UnixConsole(Console):
self.__show_cursor()
self.screen = screen
self.screen = screen.copy()
self.move_cursor(cx, cy)
self.flushoutput()