From 102cb7743545a1d86c53e7958fc56ec599ba0cd7 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 12 Feb 2013 20:12:10 +0000 Subject: Add -v to set and setw to show only option value. --- tmux.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 6c7c8532..78a5c81d 100644 --- a/tmux.h +++ b/tmux.h @@ -1568,12 +1568,11 @@ long long options_get_number(struct options *, const char *); extern const struct options_table_entry server_options_table[]; extern const struct options_table_entry session_options_table[]; extern const struct options_table_entry window_options_table[]; -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 **, +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); +int options_table_find(const char *, const struct options_table_entry **, const struct options_table_entry **); /* job.c */ -- cgit