aboutsummaryrefslogtreecommitdiff
path: root/cmd-set-window-option.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-08 18:01:31 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-08 18:01:31 +0000
commit86504af1491c83fe9e4f4d2b882610f4efe0c60b (patch)
treec65bb30e776b23c955ccf30551d8211eb47bb14f /cmd-set-window-option.c
parent1825609d8d25d38f81b497f2317f60dbb4f9ad39 (diff)
downloadrtmux-86504af1491c83fe9e4f4d2b882610f4efe0c60b.tar.gz
rtmux-86504af1491c83fe9e4f4d2b882610f4efe0c60b.tar.bz2
rtmux-86504af1491c83fe9e4f4d2b882610f4efe0c60b.zip
Rename the global options variables to be shorter and to make session options
clear. No functional change, getting this out of the way to make later options changes easier.
Diffstat (limited to 'cmd-set-window-option.c')
-rw-r--r--cmd-set-window-option.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-set-window-option.c b/cmd-set-window-option.c
index 69f7f8ec..ddd364fa 100644
--- a/cmd-set-window-option.c
+++ b/cmd-set-window-option.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-set-window-option.c,v 1.28 2009-06-25 16:21:32 nicm Exp $ */
+/* $OpenBSD: cmd-set-window-option.c,v 1.3 2009/07/07 19:49:19 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -82,7 +82,7 @@ cmd_set_window_option_exec(struct cmd *self, struct cmd_ctx *ctx)
u_int i;
if (data->flags & CMD_GFLAG)
- oo = &global_window_options;
+ oo = &global_w_options;
else {
if ((wl = cmd_find_window(ctx, data->target, NULL)) == NULL)
return (-1);