mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	Remove unnecessary duplicate check.
This commit is contained in:
		
							
								
								
									
										5
									
								
								tty.c
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								tty.c
									
									
									
									
									
								
							| @@ -998,10 +998,7 @@ tty_cmd_linefeed(struct tty *tty, const struct tty_ctx *ctx) | ||||
| 	if ((!tty_pane_full_width(tty, ctx) && !tty_use_margin(tty)) || | ||||
| 	    tty_fake_bce(tty, wp, ctx->bg) || | ||||
| 	    !tty_term_has(tty->term, TTYC_CSR)) { | ||||
| 		if (tty_large_region(tty, ctx)) | ||||
| 			wp->flags |= PANE_REDRAW; | ||||
| 		else | ||||
| 			tty_redraw_region(tty, ctx); | ||||
| 		tty_redraw_region(tty, ctx); | ||||
| 		return; | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 nicm
					nicm