Show signal name when process exits rather than number.

This commit is contained in:
nicm
2020-04-16 07:28:36 +00:00
parent b6dfca9b4d
commit a2e47b5279
3 changed files with 15 additions and 2 deletions

1
tmux.h
View File

@ -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);