Re: [PATCH] Implement command to enable / disable input

2014-08-11 Thread Anish Athalye
Is there anything else that needs to be done to this patch? Is it likely to be integrated any time soon? Thanks, Anish > On Aug 7, 2014, at 1:52 PM, Anish Athalye wrote: > > Thanks for the quick feedback! I've attached an updated patch. > > –Anish > > <0001-Add

Re: how to detach others attached to same session only (to remove resizing artifacts)

2014-08-08 Thread Anish Athalye
You can run the following in a running session to achieve what you want: :attach -d -Anish > On Aug 7, 2014, at 10:00 AM, Timothee Cour > wrote: > > ^B :detach -a detaches all others sessions except self. I'd like to know how > to detach only all other instances that are attached to same

Re: [PATCH] Implement command to enable / disable input

2014-08-07 Thread Anish Athalye
DdeLlRU (and manpage too of couse). > > Cheers > > >> On Thu, Aug 07, 2014 at 12:27:10PM -0700, Anish Athalye wrote: >> The last-pane section is also the part that runs if you `select-pane -l`. >> >> As the patch is now, running `select-pane -d -l` will dis

Re: [PATCH] Implement command to enable / disable input

2014-08-07 Thread Anish Athalye
The last-pane section is also the part that runs if you `select-pane -l`. As the patch is now, running `select-pane -d -l` will disable input for the last pane that you were in. I think that behavior is more intuitive than having that function not work (because something like `select-pane -d -U`