mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-14 07:49:01 +02:00
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));
|
||||
|
||||
|
Reference in New Issue
Block a user