diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-09-21 14:46:47 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-09-21 14:46:47 +0000 |
commit | e3c3d746f7e78e5327627bed665a98e72d874774 (patch) | |
tree | 7c7990b3fa1efe4445fe45a52229ed6a9309fda1 /tmux.h | |
parent | b769aa59d35e9feed05610e63ee3bda1bdc5a66e (diff) | |
download | rtmux-e3c3d746f7e78e5327627bed665a98e72d874774.tar.gz rtmux-e3c3d746f7e78e5327627bed665a98e72d874774.tar.bz2 rtmux-e3c3d746f7e78e5327627bed665a98e72d874774.zip |
Move common code from show-options and show-window-options into a function.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1238,6 +1238,8 @@ void tty_keys_free(struct tty *); int tty_keys_next(struct tty *, int *, u_char *); /* options-cmd.c */ +const char *set_option_print( + const struct set_option_entry *, struct options_entry *); void set_option_string(struct cmd_ctx *, struct options *, const struct set_option_entry *, char *, int); void set_option_number(struct cmd_ctx *, |