Re: Copy-mode scriptability hitch

2010-05-22 Thread Nicholas Marriott
This lets enter work from outside because otherwise ctx->curclient is NULL, yes? Looks fine and works good for me, go for it. On Fri, May 21, 2010 at 01:17:59AM -0700, Micah Cowan wrote: > On 05/20/2010 08:17 PM, Micah Cowan wrote: > > Okay, I now understand why that is: copy-selection needs to

Re: Copy-mode scriptability hitch

2010-05-22 Thread Micah Cowan
Yeah. I think it also causes it to respect -t better in certain contexts, when -t specifies the session (and the window is in multiple sessions), because it had been ignoring the session from -t, using the one from the client instead. -mjc On 05/22/2010 10:03 AM, Nicholas Marriott wrote: > This l