aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-09-22 13:56:02 +0000
committerTiago Cunha <tcunha@gmx.com>2009-09-22 13:56:02 +0000
commit649b7c132d3a83cc7e67742d38d9e74c5cfae9ac (patch)
treed35e739aac571cfe6e61097caef7d00051bf4ee4 /tmux.h
parentb6bc8a6828d448e5d6c89d1eb5cad2ea3c203d18 (diff)
downloadrtmux-649b7c132d3a83cc7e67742d38d9e74c5cfae9ac.tar.gz
rtmux-649b7c132d3a83cc7e67742d38d9e74c5cfae9ac.tar.bz2
rtmux-649b7c132d3a83cc7e67742d38d9e74c5cfae9ac.zip
Sync OpenBSD patchset 339:
Move common code from show-options and show-window-options into a function.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 9dc80604..74cc2797 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.447 2009-09-22 13:49:13 tcunha Exp $ */
+/* $Id: tmux.h,v 1.448 2009-09-22 13:56:02 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1236,6 +1236,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 *,