mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Run the source-file pattern through glob(3).
This commit is contained in:
10
cfg.c
10
cfg.c
@ -28,11 +28,11 @@
|
||||
|
||||
#include "tmux.h"
|
||||
|
||||
char *cfg_file;
|
||||
int cfg_finished;
|
||||
static char **cfg_causes;
|
||||
static u_int cfg_ncauses;
|
||||
struct client *cfg_client;
|
||||
char *cfg_file;
|
||||
int cfg_finished;
|
||||
static char **cfg_causes;
|
||||
static u_int cfg_ncauses;
|
||||
struct client *cfg_client;
|
||||
|
||||
static enum cmd_retval
|
||||
cfg_done(__unused struct cmdq_item *item, __unused void *data)
|
||||
|
Reference in New Issue
Block a user