mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Get some brackets in the right place so ## works. Also fix a space in a
comment.
This commit is contained in:
		
							
								
								
									
										4
									
								
								status.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								status.c
									
									
									
									
									
								
							@@ -121,7 +121,7 @@ status_redraw(struct client *c)
 | 
			
		||||
	size_t			llen, rlen;
 | 
			
		||||
	int			larrow, rarrow, utf8flag;
 | 
			
		||||
 | 
			
		||||
	/* No status line?*/
 | 
			
		||||
	/* No status line? */
 | 
			
		||||
	if (c->tty.sy == 0 || !options_get_number(&s->options, "status"))
 | 
			
		||||
		return (1);
 | 
			
		||||
	left = right = NULL;
 | 
			
		||||
@@ -419,7 +419,7 @@ status_replace1(struct client *c,struct winlink *wl,
 | 
			
		||||
		ch = ']';
 | 
			
		||||
		goto skip_to;
 | 
			
		||||
	case '#':
 | 
			
		||||
		*(*optr++) = '#';
 | 
			
		||||
		*(*optr)++ = '#';
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user