mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	gh-111201: Add append to screen method to avoid recalculation (#119274)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
		
							parent
							
								
									d065edfb66
								
							
						
					
					
						commit
						c886bece3b
					
				
					 4 changed files with 43 additions and 14 deletions
				
			
		|  | @ -293,7 +293,7 @@ def refresh(self, screen, c_xy): | |||
| 
 | ||||
|         self.__show_cursor() | ||||
| 
 | ||||
|         self.screen = screen | ||||
|         self.screen = screen.copy() | ||||
|         self.move_cursor(cx, cy) | ||||
|         self.flushoutput() | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lysandros Nikolaou
						Lysandros Nikolaou