mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +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:
		
							
								
								
									
										2
									
								
								client.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								client.c
									
									
									
									
									
								
							@@ -270,7 +270,7 @@ client_main(int argc, char **argv, int flags)
 | 
			
		||||
	if (msg == MSG_COMMAND) {
 | 
			
		||||
		/* Fill in command line arguments. */
 | 
			
		||||
		cmddata.pid = environ_pid;
 | 
			
		||||
		cmddata.idx = environ_idx;
 | 
			
		||||
		cmddata.session_id = environ_session_id;
 | 
			
		||||
 | 
			
		||||
		/* Prepare command for server. */
 | 
			
		||||
		cmddata.argc = argc;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user