mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:44:18 +00:00 
			
		
		
		
	Add a couple of comments.
This commit is contained in:
		
							
								
								
									
										1
									
								
								input.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								input.c
									
									
									
									
									
								
							@@ -266,6 +266,7 @@ input_parse(struct window_pane *wp)
 | 
			
		||||
 | 
			
		||||
	ictx->wp = wp;
 | 
			
		||||
 | 
			
		||||
	/* If there is a mode set, don't want to update the screen. */
 | 
			
		||||
	if (wp->mode == NULL)
 | 
			
		||||
		screen_write_start(&ictx->ctx, wp, &wp->base);
 | 
			
		||||
	else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user