mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	I prefer . here not :.
This commit is contained in:
		
							
								
								
									
										2
									
								
								window.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								window.c
									
									
									
									
									
								
							@@ -893,7 +893,7 @@ window_pane_spawn(struct window_pane *wp, const char *cmd, const char *shell,
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_UTEMPTER
 | 
			
		||||
	xsnprintf(s, sizeof s, "tmux(%lu):%%%u", (long) getpid(), wp->id);
 | 
			
		||||
	xsnprintf(s, sizeof s, "tmux(%lu).%%%u", (long) getpid(), wp->id);
 | 
			
		||||
	utempter_add_record(wp->fd, s);
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user