Re: Layouts with "non-main" size specified

2010-12-19 Thread Nicholas Marriott
I added other-pane-height too for main-horizontal and committed to OpenBSD, this should be in SF soon... On Thu, Dec 16, 2010 at 08:09:23AM +1100, David Goodlad wrote: >Hi Nicholas >On Sun, Dec 12, 2010 at 2:24 AM, Nicholas Marriott ><[1]nicholas.marri...@gmail.com> wrote: > >

Re: Layouts with "non-main" size specified

2010-12-15 Thread David Goodlad
Hi Nicholas On Sun, Dec 12, 2010 at 2:24 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > This looks fine, but thinking about it now I wonder if it might not be > better to finally modify resize-pane so you can specify an absolute > size. > > Then you could achieve the same effect by

Re: Layouts with "non-main" size specified

2010-12-11 Thread Nicholas Marriott
Hi Thanks for the diff, On Thu, Dec 09, 2010 at 09:17:56AM +1100, David Goodlad wrote: >On Tue, Dec 7, 2010 at 9:17 AM, Nicholas Marriott ><[1]nicholas.marri...@gmail.com> wrote: > > Sure :-). > >Cool, here it is then! I've retained the original behaviour of the layout >by

Re: Layouts with "non-main" size specified

2010-12-08 Thread David Goodlad
On Tue, Dec 7, 2010 at 9:17 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Sure :-). > Cool, here it is then! I've retained the original behaviour of the layout by default, but if the option other-pane-width is set, magic happens. I was unable to get the latest HEAD to compile her

Re: Layouts with "non-main" size specified

2010-12-06 Thread Nicholas Marriott
Sure :-). On Tue, Dec 07, 2010 at 09:12:59AM +1100, David Goodlad wrote: >Hi all >I use a layout similar to the built-in even-horizontal layout for the >majority of my work: vim in the main pane on the left, and 2-3 small panes >on the right for source control, logs, etc. Generall