Re: [patch] support for a tiled layout

2010-04-18 Thread Nicholas Marriott
Hi I tweaked this a bit, think it fixes the problems, does this seem okay, please test. Index: cmd-select-layout.c === RCS file: /cvs/src/usr.bin/tmux/cmd-select-layout.c,v retrieving revision 1.8 diff -u -p -r1.8 cmd-select-layout.

Re: [patch] support for a tiled layout

2010-02-10 Thread Liam Bedford
On 10 February 2010 10:35, Robin Lee Powell wrote: > If we're talking about the same thing (trying to make all panes > about the same size), I was planning to do this eventually myself, > so I'm very much looking forward to this being fixed/added.  :) > It currently will fill up rows before adding

Re: [patch] support for a tiled layout

2010-02-10 Thread Robin Lee Powell
If we're talking about the same thing (trying to make all panes about the same size), I was planning to do this eventually myself, so I'm very much looking forward to this being fixed/added. :) -Robin On Wed, Feb 03, 2010 at 10:32:02PM +, Nicholas Marriott wrote: > This has a couple of warni

Re: [patch] support for a tiled layout

2010-02-03 Thread Nicholas Marriott
This has a couple of warnings (trivially fixed). It also cores when used on a very small terminal (try making 4 panes then resizing the terminal to 2x2 terminal and changing layout). I can't see why offhand but let me know if you can't find it and I'll have a look. Note that main-h and main-v als

Re: [patch] support for a tiled layout

2010-02-03 Thread Nicholas Marriott
Looks fine but I'll test it later. On Tue, Feb 02, 2010 at 04:41:13PM -0800, Liam Bedford wrote: > Not sure if this fits with what you're trying to do, but it seems > useful to me :) > > This patch adds another layout mode, called tiled, which tries > to tile the panes in a number of rows. It co

[patch] support for a tiled layout

2010-02-03 Thread Liam Bedford
Not sure if this fits with what you're trying to do, but it seems useful to me :) This patch adds another layout mode, called tiled, which tries to tile the panes in a number of rows. It could do with a slightly better algorithm to figure out how many cells to put per row, but it works for me at t