mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Use correct option name.
This commit is contained in:
		
							
								
								
									
										2
									
								
								status.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								status.c
									
									
									
									
									
								
							@@ -271,7 +271,7 @@ status_prompt_line_at(struct client *c)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	if (c->flags & (CLIENT_STATUSOFF|CLIENT_CONTROL))
 | 
						if (c->flags & (CLIENT_STATUSOFF|CLIENT_CONTROL))
 | 
				
			||||||
		return (1);
 | 
							return (1);
 | 
				
			||||||
	return (options_get_number(s->options, "status-prompt-line"));
 | 
						return (options_get_number(s->options, "message-line"));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Get window at window list position. */
 | 
					/* Get window at window list position. */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user