mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Rename the global options variables to be shorter and to make session options
clear. No functional change, getting this out of the way to make later options changes easier.
This commit is contained in:
		@@ -54,7 +54,7 @@ cmd_show_options_exec(struct cmd *self, struct cmd_ctx *ctx)
 | 
			
		||||
	long long			 vn;
 | 
			
		||||
 | 
			
		||||
	if (data->flags & CMD_GFLAG)
 | 
			
		||||
		oo = &global_options;
 | 
			
		||||
		oo = &global_s_options;
 | 
			
		||||
	else {
 | 
			
		||||
		if ((s = cmd_find_session(ctx, data->target)) == NULL)
 | 
			
		||||
			return (-1);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user