Add command line arguments to set the account_key/session_names

-k account_key -n session_name -r session_name_ro
This commit is contained in:
Nicolas Viennot
2019-11-03 22:40:41 -05:00
parent c63c8fbf90
commit c78198dc59
3 changed files with 36 additions and 1 deletions

1
tmux.h
View File

@ -1551,6 +1551,7 @@ extern struct timeval start_time;
extern const char *socket_path;
#ifdef TMATE
extern int tmate_foreground;
void tmate_init_boot_options(void);
#endif
const char *getshell(void);
int checkshell(const char *);