mirror of
https://github.com/tmux/tmux.git
synced 2025-09-06 08:57:06 +00:00
Sync OpenBSD patchset 1032:
Allow a single option to be specified to show-options to show just that option.
This commit is contained in:
3
tmux.h
3
tmux.h
@ -1415,6 +1415,9 @@ void options_table_populate_tree(
|
||||
const struct options_table_entry *, struct options *);
|
||||
const char *options_table_print_entry(
|
||||
const struct options_table_entry *, struct options_entry *);
|
||||
int options_table_find(
|
||||
const char *, const struct options_table_entry **,
|
||||
const struct options_table_entry **);
|
||||
|
||||
/* job.c */
|
||||
extern struct joblist all_jobs;
|
||||
|
Reference in New Issue
Block a user