Re: [PATCH] Added support for Focus Event notification

2013-02-19 Thread Aaron Jensen
Ok, here's a new patch. A few things to note: 1) It probably could use some more testing. I removed the safeguard that prevented the keys to getting through to panes that didn't have focus tracking enabled. In my testing I did see the keys get sent to a pane they shouldn't have though. I'm not

Re: [PATCH] Added support for Focus Event notification

2013-02-19 Thread Aaron Jensen
On Tuesday, February 19, 2013 at 9:52 PM, Aaron Jensen wrote: > On Tuesday, February 19, 2013 at 8:17 AM, Nicholas Marriott wrote: > > > Good question. My guess is that since akracun originally wrote it without > > > the window switching handling he originally envisioned it as a window > > > featur

Re: [PATCH] Added support for Focus Event notification

2013-02-19 Thread Aaron Jensen
On Tuesday, February 19, 2013 at 8:17 AM, Nicholas Marriott wrote: > > Good question. My guess is that since akracun originally wrote it without > > the window switching handling he originally envisioned it as a window > > feature, but I won't put works in his mouth. Now that it handles window > >

list all the set options

2013-02-19 Thread Sinbad
how can i all the set options values, all the configured and default ones, much like vim's :set -sinbad -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for fr

Re: Accessing two different windows in the same session

2013-02-19 Thread Nicholas Marriott
Hi You need a grouped session, create it with tmux new -tfirstsession. On Tue, Feb 19, 2013 at 03:47:45PM -0800, Douglas Mayle wrote: >Hi all, >I was trying out tmux today at work, and I was trying to see if it's >possible to connect to two different windows in the same session using

Accessing two different windows in the same session

2013-02-19 Thread Douglas Mayle
Hi all, I was trying out tmux today at work, and I was trying to see if it's possible to connect to two different windows in the same session using two different clients. I looked through the manual, but if it's there, I missed it. Anytime I change windows from one xterm, the other xterm changes

Re: GitHub pull requests

2013-02-19 Thread Nicholas Marriott
If anybody is interested in writing some architecture docs, that's great, but I don't particularly want to do it :-). If someone does, I'll answer questions. Also George Nachman has a couple of UML diagrams at the end of which may be handy: http://code.google.com/p/iterm2/wiki/TmuxIntegration Al

Re: GitHub pull requests

2013-02-19 Thread Richard Woodbury
On Tue, Feb 19, 2013 at 6:22 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Also I > think tmux docs are not the place to tell people about using source > control tools, it's a distraction for the people who just want to use > tmux. > I agree with that. The line is pretty blurry be

Re: GitHub pull requests

2013-02-19 Thread Nicholas Marriott
On Tue, Feb 19, 2013 at 06:11:18PM -0500, Richard Woodbury wrote: >On Tue, Feb 19, 2013 at 1:23 PM, Nicholas Marriott ><[1]nicholas.marri...@gmail.com> wrote: > > The NOTES file already says that code contributions should come to > mailing list by email. > >Yes, but it doesn

Re: GitHub pull requests

2013-02-19 Thread Richard Woodbury
On Tue, Feb 19, 2013 at 1:23 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > The NOTES file already says that code contributions should come to > mailing list by email. Yes, but it doesn't specify a preference for attached vs. inline. If there is no preference, may it is fine the w

Re: GitHub pull requests

2013-02-19 Thread Nicholas Marriott
The NOTES file already says that code contributions should come to mailing list by email. And it is already linked to under "Release Notes" from the website. So far we've had one person enquiring about this - and he still managed to do it just fine. I don't think we need any extra documentation, p

Re: GitHub pull requests

2013-02-19 Thread Richard Woodbury
On Tue, Feb 19, 2013 at 2:13 AM, Thomas Adam wrote: > I did have a few notes on this once regarding the correct "policy" for > contributors; perhaps I will add a sentence about this to the NOTES > file. > I might also suggest creating a "Development" link on http://tmux.sourceforge.net, perhaps

Re: [PATCH] Added support for Focus Event notification

2013-02-19 Thread Nicholas Marriott
Actually without -d the focus hasn;t changed, it is still on the same pane, so you won't need to do anything. With -d, you need to unfocus the moved pane and focus the newly focused one in the window it was in. On Tue, Feb 19, 2013 at 04:17:44PM +, Nicholas Marriott wrote: > On Tue, Feb 19,

Re: [PATCH] Added support for Focus Event notification

2013-02-19 Thread Nicholas Marriott
On Tue, Feb 19, 2013 at 07:37:54AM -0800, Aaron Jensen wrote: >Awesome, thanks for the comments. I pinged akracun as well. One of us will >put together a new patch. Questions inline. > >On Tuesday, February 19, 2013 at 1:03 AM, Nicholas Marriott wrote: > >+ window_pane_focus_n

Re: [PATCH] Added support for Focus Event notification

2013-02-19 Thread Aaron Jensen
Awesome, thanks for the comments. I pinged akracun as well. One of us will put together a new patch. Questions inline. On Tuesday, February 19, 2013 at 1:03 AM, Nicholas Marriott wrote: > > + window_pane_focus_notify(w->active, 1); > > > > > We can't apply it with all these little // commen

Re: GitHub pull requests

2013-02-19 Thread Aaron Jensen
On Tuesday, February 19, 2013 at 12:46 AM, Nicholas Marriott wrote: > Hi > > tmux doesn't use GitHub, it is on SourceForge. > > I want one central point for reviewing and discussing code changes and > the best is the mailing list. Particularly since we may need to apply > stuff to OpenBSD CVS bef

Re: [PATCH] Added support for Focus Event notification

2013-02-19 Thread Nicholas Marriott
Thanks for the diff. Comments inline. On Mon, Feb 18, 2013 at 05:25:53PM -0800, Aaron Jensen wrote: > From: a > > added focus filtering > > Will send \e[I or \e[O when panes are focused/unfocused. Must be > enabled with the focus-filter window option. > --- > cmd-break-pane.c | 3 +++ > exam

Re: GitHub pull requests

2013-02-19 Thread Nicholas Marriott
Hi tmux doesn't use GitHub, it is on SourceForge. I want one central point for reviewing and discussing code changes and the best is the mailing list. Particularly since we may need to apply stuff to OpenBSD CVS before or as well as SourceForge. I don't see how it is difficult, you don't have to