Applied, thanks.

On Sun, May 12, 2013 at 09:10:27PM +0900, Hayaki Saito wrote:
> Hi,
> 
> I think focus reporting mode should be reset by RIS (hard reset).
> 
> Signed-off-by: Hayaki Saito <u...@zuse.jp>
> ---
>  screen-write.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/screen-write.c b/screen-write.c
> index b423df7..ae89293 100644
> --- a/screen-write.c
> +++ b/screen-write.c
> @@ -56,7 +56,7 @@ screen_write_reset(struct screen_write_ctx *ctx)
>       screen_reset_tabs(s);
>       screen_write_scrollregion(ctx, 0, screen_size_y(s) - 1);
>  
> -     s->mode &= ~(MODE_INSERT|MODE_KCURSOR|MODE_KKEYPAD);
> +     s->mode &= ~(MODE_INSERT|MODE_KCURSOR|MODE_KKEYPAD|MODE_FOCUSON);
>       s->mode &= ~(ALL_MOUSE_MODES|MODE_MOUSE_UTF8|MODE_MOUSE_SGR);
>  
>       screen_write_clearscreen(ctx);
> -- 
> 1.8.2
> 
> 
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and 
> their applications. This 200-page book is written by three acclaimed 
> leaders in the field. The early access version is available now. 
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to