mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:07:38 +00:00 
			
		
		
		
	Rename session idx to session id throughout and add $ prefix to targets to use
it, extended from a diff from George Nachman.
This commit is contained in:
		@@ -39,7 +39,7 @@ server_fill_environ(struct session *s, struct environ *env)
 | 
			
		||||
		term = options_get_string(&s->options, "default-terminal");
 | 
			
		||||
		environ_set(env, "TERM", term);
 | 
			
		||||
 | 
			
		||||
		idx = s->idx;
 | 
			
		||||
		idx = s->id;
 | 
			
		||||
	} else
 | 
			
		||||
		idx = -1;
 | 
			
		||||
	pid = getpid();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user