summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-09-20 09:43:33 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-09-20 09:43:33 +0000
commit2cd99f0ebbd234c76754bbeee554834cb8cb62ba (patch)
tree1602b8f87c290276216da6bcef6e3d354f30c2d7 /tmux.h
parent9c0b51cd5df342aa96048948d42323df6e6d3dc0 (diff)
Reset ignored signals after forkpty.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 61365695..8580fc6f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.7 2007-08-28 09:19:50 nicm Exp $ */
+/* $Id: tmux.h,v 1.8 2007-09-20 09:43:33 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -16,8 +16,8 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef NSCR_H
-#define NSCR_H
+#ifndef TMUX_H
+#define TMUX_H
#include <sys/param.h>
#include <sys/tree.h>
@@ -26,9 +26,11 @@
#include <poll.h>
#include <stdarg.h>
#include <stdio.h>
+#include <termios.h>
#include "array.h"
+extern cc_t ttydefchars[];
extern char *__progname;
#define MAXNAMELEN 32