mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
This commit is contained in:
		@@ -112,6 +112,7 @@ cmd_run_shell_callback(struct job *job)
 | 
			
		||||
	do {
 | 
			
		||||
		if ((line = evbuffer_readline(job->event->input)) != NULL) {
 | 
			
		||||
			cmd_run_shell_print (job, line);
 | 
			
		||||
			free(line);
 | 
			
		||||
			lines++;
 | 
			
		||||
		}
 | 
			
		||||
	} while (line != NULL);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user