mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 16:43:11 +01:00
parent
a1c9d8784f
commit
e203bff96e
3
cfg.c
3
cfg.c
@ -26,6 +26,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "tmux.h"
|
||||
#include "tmate.h"
|
||||
|
||||
struct cmd_q *cfg_cmd_q;
|
||||
int cfg_finished;
|
||||
@ -122,6 +123,8 @@ cfg_default_done(unused struct cmd_q *cmdq)
|
||||
return;
|
||||
cfg_finished = 1;
|
||||
|
||||
tmate_session_start();
|
||||
|
||||
if (!RB_EMPTY(&sessions))
|
||||
cfg_show_causes(RB_MIN(sessions, &sessions));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user