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:
		@@ -805,7 +805,7 @@ window_copy_formats(struct window_mode_entry *wme, struct format_tree *ft)
 | 
				
			|||||||
			format_add(ft, "selection_active", "1");
 | 
								format_add(ft, "selection_active", "1");
 | 
				
			||||||
		else
 | 
							else
 | 
				
			||||||
			format_add(ft, "selection_active", "0");
 | 
								format_add(ft, "selection_active", "0");
 | 
				
			||||||
		if (data->endselx != data->selx && data->endsely != data->sely)
 | 
							if (data->endselx != data->selx || data->endsely != data->sely)
 | 
				
			||||||
			format_add(ft, "selection_present", "1");
 | 
								format_add(ft, "selection_present", "1");
 | 
				
			||||||
		else
 | 
							else
 | 
				
			||||||
			format_add(ft, "selection_present", "0");
 | 
								format_add(ft, "selection_present", "0");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user