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.
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
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
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
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
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