mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Sync OpenBSD patchset 1126:
Trim a double space from template.
This commit is contained in:
		@@ -86,7 +86,7 @@ cmd_list_windows_session(
 | 
			
		||||
		case 0:
 | 
			
		||||
			template = DEFAULT_WINDOW_TEMPLATE \
 | 
			
		||||
				" [layout #{window_layout}] #{window_id}" \
 | 
			
		||||
				" #{?window_active, (active),}";
 | 
			
		||||
				"#{?window_active, (active),}";
 | 
			
		||||
			break;
 | 
			
		||||
		case 1:
 | 
			
		||||
			template = "#{session_name}:" DEFAULT_WINDOW_TEMPLATE;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user