On Sat, Apr 03, 2010 at 08:16:51PM +0100, David Chanters wrote:
> hi -
> 
> On 3 April 2010 15:10, Nicholas Marriott <nicholas.marri...@gmail.com> wrote:
> > On Sat, Apr 03, 2010 at 02:19:12PM +0100, David Chanters wrote:
> >> hi all --
> >>
> >> i often use break-pane to work on a window "fullscreen" as it were,
> >> but i am wondering if the following are possible:
> >>
> >> - When i use break-pane can i signify in the status-line that the new
> >> window created from break-pane is a broken pane?
> >
> > You can change any of its options you want, try something like:
> >
> > bind x break-pane\; setw window-status-bg red
> 
> this looks good.  thanks!
> 
> >> - Is there a way of getting such a window to rejoin itself as a pane
> >> into the window it was broken from to begin with? ?i rarely want a
> >> window created from brake-pane to be permenant, i'd prefer them
> >> transient.
> >
> > Not really, it doesn't remember that type of history. It would be nice
> > to be able to do it somehow.
> 
> is it possible to emulate this though? i see join-pane accepts "-s"
> and "-t" - is it not possible to, at the point of calling
> "break-pane", store these values for use with "-s" and "-t" and load
> them in using some script with a custom wrapper around "join-pane" to
> do what i am trying to?

Hmm, the problem is, you can get the current pane (the one you are
breaking), but you can't get the one you are breaking it from, the pane
you want it to rejoin.

> 
> unfortunately i dont have enough tmux knowledge to know how best to go
> about this.  apologies if i sound like a pain, but i am trying to
> explore all avenues.  :)
> 
> TIA!
> 
> David

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to