diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-18 21:55:53 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-18 21:55:53 +0000 |
commit | 6e4b947d71dfc666a9df10546191133c75afbe18 (patch) | |
tree | dff3f35f58ff57bd2a58f1e859b9cbaec096f55f /tmux.h | |
parent | 3ee4b334e7b2456da5daf41a3bc2b95845765711 (diff) | |
download | rtmux-6e4b947d71dfc666a9df10546191133c75afbe18.tar.gz rtmux-6e4b947d71dfc666a9df10546191133c75afbe18.tar.bz2 rtmux-6e4b947d71dfc666a9df10546191133c75afbe18.zip |
New option main-pane-width to set width of pane in left-vertical mode.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.322 2009-05-18 21:29:11 nicm Exp $ */ +/* $Id: tmux.h,v 1.323 2009-05-18 21:55:53 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -1001,7 +1001,7 @@ struct set_option_entry { extern const struct set_option_entry set_option_table[]; extern const struct set_option_entry set_window_option_table[]; #define NSETOPTION 24 -#define NSETWINDOWOPTION 17 +#define NSETWINDOWOPTION 18 #ifndef HAVE_STRTONUM /* strtonum.c */ |