diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-03-03 09:16:52 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-03-03 09:16:52 +0000 |
commit | 95f427c34e4db9d7456d2d747e6cd6b54d8badcc (patch) | |
tree | ac12c6644586d639352118b7c1c583e33edc75ec /tmux.h | |
parent | e0d22218798d1218d88cb095d251df12d3ebbc35 (diff) | |
download | rtmux-95f427c34e4db9d7456d2d747e6cd6b54d8badcc.tar.gz rtmux-95f427c34e4db9d7456d2d747e6cd6b54d8badcc.tar.bz2 rtmux-95f427c34e4db9d7456d2d747e6cd6b54d8badcc.zip |
Sync OpenBSD patchset 1032:
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
@@ -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; |