mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Sync OpenBSD patchset 1018:
Don't print double spaces in list output.
This commit is contained in:
		@@ -87,14 +87,14 @@ cmd_list_windows_session(
 | 
			
		||||
			template = "#{window_index}: "
 | 
			
		||||
			    "#{window_name} "
 | 
			
		||||
			    "[#{window_width}x#{window_height}] "
 | 
			
		||||
			    "[layout #{window_layout}] #{window_id} "
 | 
			
		||||
			    "[layout #{window_layout}] #{window_id}"
 | 
			
		||||
			    "#{?window_active, (active),}";
 | 
			
		||||
			break;
 | 
			
		||||
		case 1:
 | 
			
		||||
			template = "#{session_name}:#{window_index}: "
 | 
			
		||||
			    "#{window_name} "
 | 
			
		||||
			    "[#{window_width}x#{window_height}] "
 | 
			
		||||
			    "[layout #{window_layout}] #{window_id} "
 | 
			
		||||
			    "[layout #{window_layout}] #{window_id}"
 | 
			
		||||
			    "#{?window_active, (active),}";
 | 
			
		||||
			break;
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user