From 6e4b947d71dfc666a9df10546191133c75afbe18 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 18 May 2009 21:55:53 +0000 Subject: New option main-pane-width to set width of pane in left-vertical mode. --- tmux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index ff75ec61..fd518163 100644 --- a/tmux.h +++ b/tmux.h @@ -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 @@ -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 */ -- cgit