Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-01-07 10:01:08 +00:00
3 changed files with 29 additions and 13 deletions

2
tmux.h
View File

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