mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		@@ -154,6 +154,8 @@ cmd_select_pane_exec(struct cmd *self, struct cmdq_item *item)
 | 
				
			|||||||
				cmdq_error(item, "bad style: %s", style);
 | 
									cmdq_error(item, "bad style: %s", style);
 | 
				
			||||||
				return (CMD_RETURN_ERROR);
 | 
									return (CMD_RETURN_ERROR);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
								options_set_style(wp->options, "window-active-style", 0,
 | 
				
			||||||
 | 
								    style);
 | 
				
			||||||
			wp->flags |= (PANE_REDRAW|PANE_STYLECHANGED);
 | 
								wp->flags |= (PANE_REDRAW|PANE_STYLECHANGED);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (args_has(self->args, 'g')) {
 | 
							if (args_has(self->args, 'g')) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user