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

Re: [patch] support for a tiled layout

2010-02-10 Thread Liam Bedford
On 10 February 2010 10:35, Robin Lee Powell rlpow...@digitalkingdom.org 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

Re: Change fg/bg colours of windows?

2010-02-10 Thread Nicholas Marriott
tmux could do this although it may be slow (would have to use spaces instead of optimised commands to eg clear screen/line etc), but it doesn't do it right now. If we could do this we could do BCE as well trivially. On Mon, Feb 08, 2010 at 04:04:02PM -0500, Levesque, Jean-Yves wrote: I know

Re: window vs pane

2010-02-10 Thread Nicholas Marriott
Exactly right. A server contains one or more sessions, each of which contains one or more windows, each of which contains one or more panes. A target (used with -t) is a 3-tuple represented as session:window.pane. The server is specified with -L (or sometimes -S) on the command line, servers do

Re: window vs pane

2010-02-10 Thread Nicholas Marriott
If you are interested in it from a code rather than a user perspective there is another element called a winlink which sits between a session and its windows. It is what allows a window to be attached to many sessions. On Wed, Feb 10, 2010 at 10:45:56PM +, Nicholas Marriott wrote: Exactly

Re: window vs pane

2010-02-10 Thread Robin Lee Powell
On Wed, Feb 10, 2010 at 10:56:47PM +, Nicholas Marriott wrote: My biggest problem at the moment is remembering which window has which man page/log file/code/etc open, but so far I haven't thought of anything that would make that much easier. A friend of mine has per-pane status lines as a

Re: window vs pane

2010-02-10 Thread Nicholas Marriott
I don't really know what per-pane status lines means, although I don't use panes so it probably wouldn't help me at all. #T is per-pane, as is #P, of course. And automatic-rename uses the pty in the active pane. Panes don't have names themselves. I don't see a huge need for them to have them

Re: window vs pane

2010-02-10 Thread Robin Lee Powell
On Wed, Feb 10, 2010 at 11:25:20PM +, Nicholas Marriott wrote: I don't really know what per-pane status lines means, although I don't use panes so it probably wouldn't help me at all. A status line below each pane, just for that pane. Panes don't have names themselves. This would require

Re: window vs pane

2010-02-10 Thread Nicholas Marriott
On Wed, Feb 10, 2010 at 03:31:02PM -0800, Robin Lee Powell wrote: On Wed, Feb 10, 2010 at 11:25:20PM +, Nicholas Marriott wrote: I don't really know what per-pane status lines means, although I don't use panes so it probably wouldn't help me at all. A status line below each pane, just

Re: [Patch] Repeat search in reverse direction

2010-02-10 Thread Micah Cowan
New version of the patch. Nicholas Marriott wrote: Hi Thanks for the diff, n retains the sense of the last search (repeats in the same direction), so this is to reverse the sense of the last search? +if ((data-searchtype == WINDOW_COPY_SEARCHUP) +