diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-02-25 12:57:42 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-02-25 12:57:42 +0000 |
commit | 4e7de210e4e260b6e29e2cde59d4d879faea5fa5 (patch) | |
tree | 116fe90d9c30e9e3c686b5c458dd505ffe162a64 /tmux.h | |
parent | aaf0bfccf45b2c2a606ef104b620939a5abcbddc (diff) | |
download | rtmux-4e7de210e4e260b6e29e2cde59d4d879faea5fa5.tar.gz rtmux-4e7de210e4e260b6e29e2cde59d4d879faea5fa5.tar.bz2 rtmux-4e7de210e4e260b6e29e2cde59d4d879faea5fa5.zip |
Allow a single option to be specified to show-options to show just that
option.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1419,6 +1419,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; |