aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-03-31 22:08:45 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-03-31 22:08:45 +0000
commitd13add828ad7737dea34384e7fc0bf116ffff605 (patch)
tree566c9d6e3833c847cf9fd2018cbc3b1a367a48fe /tmux.h
parent92594c8029db87738aa99262a8275d57ce9e520d (diff)
downloadrtmux-d13add828ad7737dea34384e7fc0bf116ffff605.tar.gz
rtmux-d13add828ad7737dea34384e7fc0bf116ffff605.tar.bz2
rtmux-d13add828ad7737dea34384e7fc0bf116ffff605.zip
More AIX tweaks.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 94cb06cb..2a0745c1 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.292 2009-03-29 11:18:28 nicm Exp $ */
+/* $Id: tmux.h,v 1.293 2009-03-31 22:08:45 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -109,6 +109,7 @@ extern const char *__progname;
#define _PATH_BSHELL "/bin/sh"
#define _PATH_TMP "/tmp/"
#define _PATH_DEVNULL "/dev/null"
+#define _PATH_TTY "/dev/tty"
#endif
/* Default configuration file. */