Accept -l to make it easier for people who use tmux as a login shell to use

$SHELL. Originally from martynas@, tweaked by me.
This commit is contained in:
Nicholas Marriott
2009-09-02 17:34:57 +00:00
parent c5ac2579ba
commit 74c35c513e
4 changed files with 18 additions and 7 deletions

1
tmux.h
View File

@ -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);