aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-09-03 21:02:55 +0000
committerTiago Cunha <tcunha@gmx.com>2009-09-03 21:02:55 +0000
commit884ebb6dabe265ff67cfc75201263b3f3ef8ec99 (patch)
tree110d06c69defce0329502f51b8ed163103843635 /tmux.h
parentc274551db67a3002f12afa127c32509ae194e3e5 (diff)
downloadrtmux-884ebb6dabe265ff67cfc75201263b3f3ef8ec99.tar.gz
rtmux-884ebb6dabe265ff67cfc75201263b3f3ef8ec99.tar.bz2
rtmux-884ebb6dabe265ff67cfc75201263b3f3ef8ec99.zip
Sync OpenBSD patchset 309:
Accept -l to make it easier for people who use tmux as a login shell to use $SHELL. Originally from martynas@, tweaked by me.
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 3bde8ee1..d6c58488 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.435 2009-09-03 20:44:38 tcunha Exp $ */
+/* $Id: tmux.h,v 1.436 2009-09-03 21:02:55 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1115,6 +1115,7 @@ extern int debug_level;
extern int be_quiet;
extern time_t start_time;
extern char *socket_path;
+extern int login_shell;
void logfile(const char *);
void siginit(void);
void sigreset(void);