aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-09-02 17:34:57 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-09-02 17:34:57 +0000
commit74c35c513efc616cd56aa9bd1d7b2561fd6df132 (patch)
tree94e0715a10228a06fe1ef7833a195680767f3e64 /tmux.h
parentc5ac2579bac08f46f68ee7b9b9e47b6123e83bd2 (diff)
downloadrtmux-74c35c513efc616cd56aa9bd1d7b2561fd6df132.tar.gz
rtmux-74c35c513efc616cd56aa9bd1d7b2561fd6df132.tar.bz2
rtmux-74c35c513efc616cd56aa9bd1d7b2561fd6df132.zip
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 57d5bf4b..778346fa 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1117,6 +1117,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);