mirror of
https://github.com/tmux/tmux.git
synced 2026-01-11 16:30:22 +00:00
Work out the default command from the queue in case it has been set from
the config file, GitHub issue 4791.
This commit is contained in:
2
tmux.h
2
tmux.h
@@ -2403,7 +2403,7 @@ struct options_entry *options_match_get(struct options *, const char *, int *,
|
||||
int, int *);
|
||||
const char *options_get_string(struct options *, const char *);
|
||||
long long options_get_number(struct options *, const char *);
|
||||
const struct cmd_list *options_get_command(struct options *, const char *);
|
||||
struct cmd_list *options_get_command(struct options *, const char *);
|
||||
struct options_entry * printflike(4, 5) options_set_string(struct options *,
|
||||
const char *, int, const char *, ...);
|
||||
struct options_entry *options_set_number(struct options *, const char *,
|
||||
|
||||
Reference in New Issue
Block a user