mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Fix double space in sessions template.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							@@ -105,7 +105,7 @@ extern char   **environ;
 | 
			
		||||
 | 
			
		||||
/* Default templates for choose-tree. */
 | 
			
		||||
#define CHOOSE_TREE_SESSION_TEMPLATE				\
 | 
			
		||||
	"#{session_name}: #{session_windows} windows "		\
 | 
			
		||||
	"#{session_name}: #{session_windows} windows"		\
 | 
			
		||||
	"#{?session_grouped, (group ,}"				\
 | 
			
		||||
	"#{session_group}#{?session_grouped,),}"		\
 | 
			
		||||
	"#{?session_attached, (attached),}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user