mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	When a flag option is used in a format, it should use the number form
not string.
This commit is contained in:
		@@ -110,7 +110,7 @@ cmd_show_options_print(struct cmd *self, struct cmdq_item *item,
 | 
			
		||||
		name = options_name(o);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	value = options_tostring(o, idx);
 | 
			
		||||
	value = options_tostring(o, idx, 0);
 | 
			
		||||
	if (args_has(self->args, 'v'))
 | 
			
		||||
		cmdq_print(item, "%s", value);
 | 
			
		||||
	else if (options_isstring(o)) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user