From 923ccfa2e8dfddc1611213bc027fd2968a84c04b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 7 Jul 2009 19:49:19 +0000 Subject: 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. --- tmux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 3fc30200..f9bf547a 100644 --- a/tmux.h +++ b/tmux.h @@ -945,8 +945,8 @@ extern volatile sig_atomic_t sigcont; extern volatile sig_atomic_t sigchld; extern volatile sig_atomic_t sigusr1; extern volatile sig_atomic_t sigusr2; -extern struct options global_options; -extern struct options global_window_options; +extern struct options global_s_options; +extern struct options global_w_options; extern char *cfg_file; extern int server_locked; extern char *server_password; -- cgit v1.2.3