Applied now thanks.
On Fri, Feb 22, 2013 at 11:59:33PM -0800, Aaron Jensen wrote:
>A single patch is attached as well for easy application.
>
>On Friday, February 22, 2013 at 11:54 PM, Aaron Jensen wrote:
>
> Add handling of client focus tracking.
> Also trying a different sen
This looks good, the only problem is you need to skip where c == NULL ||
c->session == NULL in the loop server_client_check_focus in because the
array can contain NULL clients but don't worry I will fix that.
On Fri, Feb 22, 2013 at 11:59:33PM -0800, Aaron Jensen wrote:
>A single patch is at
A single patch is attached as well for easy application.
On Friday, February 22, 2013 at 11:54 PM, Aaron Jensen wrote:
> Add handling of client focus tracking.
>
> Also trying a different send-email approach, let me know how it works.
>
> Aaron Jensen (4):
> Turn bracketed paste mode on and o
Add handling of client focus tracking.
Also trying a different send-email approach, let me know how it works.
Aaron Jensen (4):
Turn bracketed paste mode on and off externally
Track client focus
Set focused by default
Check for client focus in server_client_check_focus
server-client.c |