Re: Enhancement proposal: join-pane -t origin

2010-08-18 Thread Peter John Hartman
Hi, If you have in mind a replication of dwm's monocle and tile modes, then my proposal would be to do this on a session-by-session basis. I think too many complications would be involved if you track individual windows, esp. if someone closes that window in the meanwhile. Hence, you would bind

Re: Enhancement proposal: join-pane -t origin

2010-08-18 Thread Florian CROUZAT
On 18 août 2010, at 17:16, Thomas Adam wrote: > On 18 August 2010 15:15, Florian CROUZAT wrote: >> What I'd like to have is the ability to bind "join-pane -t origin" to put it >> back automagically on it's source window. > > What's more realistic is making a "maximise-pane-layout" -- which I'v

Re: Enhancement proposal: join-pane -t origin

2010-08-18 Thread Nicholas Marriott
well there are two issues: - what happens if the window has been closed? this isn't too hard to deal with, but the choices mostly suck. either keep the window around anyway until the pane goes, iterate over all panes and fix them on window close, or store the index instead of the window - w

Re: Enhancement proposal: join-pane -t origin

2010-08-18 Thread Thomas Adam
On 18 August 2010 15:15, Florian CROUZAT wrote: > While talking in #tmux, I came with the following enhancement idea that I'd > love to have. > > I have this use case where I have a few windows, each full of panes, I focus > a window (say, window 2), and I use break-pane on the one I want to rea

Enhancement proposal: join-pane -t origin

2010-08-18 Thread Florian CROUZAT
While talking in #tmux, I came with the following enhancement idea that I'd love to have. I have this use case where I have a few windows, each full of panes, I focus a window (say, window 2), and I use break-pane on the one I want to read "full-screen" (it now has it's own window). I do my stu