aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-12-10 16:59:02 +0000
committerTiago Cunha <tcunha@gmx.com>2009-12-10 16:59:02 +0000
commitdcdd2fb09497d9b568077afd0248f1f5156389f6 (patch)
treea608c55a40d668c5838d6138dc1e273450e50d61 /tmux.h
parent328861e330f7dac0c4d2c0bdbb58f59d2f5b78aa (diff)
downloadrtmux-dcdd2fb09497d9b568077afd0248f1f5156389f6.tar.gz
rtmux-dcdd2fb09497d9b568077afd0248f1f5156389f6.tar.bz2
rtmux-dcdd2fb09497d9b568077afd0248f1f5156389f6.zip
Sync OpenBSD patchset 585:
Add "server options" which are server-wide and not bound to a session or window. Set and displayed with "set -s" and "show -s". Currently the only option is "quiet" (like command-line -q, allowing it to be set from .tmux.conf), but others will come along.
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 515b496c..e103e541 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.531 2009-12-10 16:52:58 tcunha Exp $ */
+/* $Id: tmux.h,v 1.532 2009-12-10 16:59:02 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1234,6 +1234,7 @@ struct set_option_entry {
};
/* tmux.c */
+extern struct options global_options;
extern struct options global_s_options;
extern struct options global_w_options;
extern struct environ global_environ;
@@ -1390,6 +1391,7 @@ extern const char clock_table[14][5][5];
void clock_draw(struct screen_write_ctx *, int, int);
/* cmd-set-option.c */
+extern const struct set_option_entry set_option_table[];
extern const struct set_option_entry set_session_option_table[];
extern const struct set_option_entry set_window_option_table[];
const char *cmd_set_option_print(