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:
nicm
2026-01-07 08:16:20 +00:00
parent f6c9052082
commit 583f12ea71
3 changed files with 29 additions and 13 deletions

2
tmux.h
View File

@@ -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 *,