mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 01:34:18 +00:00 
			
		
		
		
	Sync OpenBSD patchset 1124:
Fix client templates, from Romain Francoise.
This commit is contained in:
		
							
								
								
									
										4
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tmux.h
									
									
									
									
									
								
							@@ -93,8 +93,8 @@ extern char   **environ;
 | 
				
			|||||||
	"#{line}: #{buffer_size} bytes: \"#{buffer_sample}\""
 | 
						"#{line}: #{buffer_size} bytes: \"#{buffer_sample}\""
 | 
				
			||||||
#define DEFAULT_CLIENT_TEMPLATE					\
 | 
					#define DEFAULT_CLIENT_TEMPLATE					\
 | 
				
			||||||
	"#{client_tty}: #{session_name} "			\
 | 
						"#{client_tty}: #{session_name} "			\
 | 
				
			||||||
	"[#client_width}x#{client_height} #{client_termname}]"	\
 | 
						"[#{client_width}x#{client_height} #{client_termname}]"	\
 | 
				
			||||||
	"{?client_utf8, (utf8),} #{?client_readonly, (ro),}"
 | 
						"#{?client_utf8, (utf8),} #{?client_readonly, (ro),}"
 | 
				
			||||||
#define DEFAULT_DISPLAY_MESSAGE_TEMPLATE			\
 | 
					#define DEFAULT_DISPLAY_MESSAGE_TEMPLATE			\
 | 
				
			||||||
	"[#{session_name}] #{window_index}:"			\
 | 
						"[#{session_name}] #{window_index}:"			\
 | 
				
			||||||
	"#{window_name}, current pane #{pane_index} "		\
 | 
						"#{window_name}, current pane #{pane_index} "		\
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user