aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-12 17:52:41 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-12 17:52:41 +0000
commitd4330f57c0a0a7c0369dd855925a665fceb0d903 (patch)
tree7fbdc343766cea87388b1d20920c3d3de1606d54 /tmux.c
parent5b60d6e09dea659fac9562fe846918d41d403f04 (diff)
downloadrtmux-d4330f57c0a0a7c0369dd855925a665fceb0d903.tar.gz
rtmux-d4330f57c0a0a7c0369dd855925a665fceb0d903.tar.bz2
rtmux-d4330f57c0a0a7c0369dd855925a665fceb0d903.zip
Init signals here to pick up zombie.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.c b/tmux.c
index 17296af5..5314f863 100644
--- a/tmux.c
+++ b/tmux.c
@@ -1,4 +1,4 @@
-/* $Id: tmux.c,v 1.31 2007-10-12 14:46:48 nicm Exp $ */
+/* $Id: tmux.c,v 1.32 2007-10-12 17:52:41 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -194,6 +194,7 @@ main(int argc, char **argv)
goto usage;
log_open(stderr, LOG_USER, debug_level);
+ siginit();
status_lines = 1;
status_colour = 0x02;