aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-16 07:28:36 +0000
committernicm <nicm>2020-04-16 07:28:36 +0000
commita2e47b527986af6140a9dfa43c9448347dc0a050 (patch)
tree1b5bbace14b3e992fdff3043fa4558c5b51bd8de /tmux.h
parentb6dfca9b4d5bae8860c38bb6835c012ad0225fa3 (diff)
downloadrtmux-a2e47b527986af6140a9dfa43c9448347dc0a050.tar.gz
rtmux-a2e47b527986af6140a9dfa43c9448347dc0a050.tar.bz2
rtmux-a2e47b527986af6140a9dfa43c9448347dc0a050.zip
Show signal name when process exits rather than number.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
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);