mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Do not clear client pane redraw flags until the redraw actually happens.
This commit is contained in:
		
							
								
								
									
										1
									
								
								tty.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								tty.c
									
									
									
									
									
								
							@@ -1491,6 +1491,7 @@ tty_write(void (*cmdfn)(struct tty *, const struct tty_ctx *),
 | 
				
			|||||||
			 * Redraw is already deferred to redraw another pane -
 | 
								 * Redraw is already deferred to redraw another pane -
 | 
				
			||||||
			 * redraw this one also when that happens.
 | 
								 * redraw this one also when that happens.
 | 
				
			||||||
			 */
 | 
								 */
 | 
				
			||||||
 | 
								log_debug("adding %%%u to deferred redraw", wp->id);
 | 
				
			||||||
			wp->flags |= PANE_REDRAW;
 | 
								wp->flags |= PANE_REDRAW;
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user