summaryrefslogtreecommitdiffstats
path: root/session.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-07 19:49:19 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-07 19:49:19 +0000
commit923ccfa2e8dfddc1611213bc027fd2968a84c04b (patch)
treea50aa399eceff37bcf97d902076c1e888d357fd4 /session.c
parent474fdebb7abf08aecbcf00a92b7d53cd9528649c (diff)
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 'session.c')
-rw-r--r--session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.c b/session.c
index 3b65127c..6bf2a3ea 100644
--- a/session.c
+++ b/session.c
@@ -127,7 +127,7 @@ session_create(const char *name,
RB_INIT(&s->windows);
SLIST_INIT(&s->alerts);
paste_init_stack(&s->buffers);
- options_init(&s->options, &global_options);
+ options_init(&s->options, &global_s_options);
s->sx = sx;
s->sy = sy;