mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add a customize mode where keys and options may be browsed and changed,
includes adding a brief description of each option. Bound to "C" by default.
This commit is contained in:
		@@ -190,7 +190,8 @@ cmd_run_shell_callback(struct job *job)
 | 
			
		||||
		retcode = WTERMSIG(status);
 | 
			
		||||
		xasprintf(&msg, "'%s' terminated by signal %d", cmd, retcode);
 | 
			
		||||
		retcode += 128;
 | 
			
		||||
	}
 | 
			
		||||
	} else
 | 
			
		||||
		retcode = 0;
 | 
			
		||||
	if (msg != NULL)
 | 
			
		||||
		cmd_run_shell_print(job, msg);
 | 
			
		||||
	free(msg);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user