From a2e47b527986af6140a9dfa43c9448347dc0a050 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 16 Apr 2020 07:28:36 +0000 Subject: Show signal name when process exits rather than number. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 73b6b941..98d78a63 100644 --- a/tmux.h +++ b/tmux.h @@ -1725,6 +1725,7 @@ extern int ptm_fd; extern const char *shell_command; int checkshell(const char *); void setblocking(int, int); +const char *sig2name(int); const char *find_cwd(void); const char *find_home(void); const char *getversion(void); -- cgit