[BACK]Return to input.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/input.c between version 1.94 and 1.95

version 1.94, 2015/11/18 13:06:54 version 1.95, 2015/11/23 20:53:09
Line 1461 
Line 1461 
                 case 1004:                  case 1004:
                         screen_write_mode_clear(&ictx->ctx, MODE_FOCUSON);                          screen_write_mode_clear(&ictx->ctx, MODE_FOCUSON);
                         break;                          break;
                 case 1005:  
                         screen_write_mode_clear(&ictx->ctx, MODE_MOUSE_UTF8);  
                         break;  
                 case 1006:                  case 1006:
                         screen_write_mode_clear(&ictx->ctx, MODE_MOUSE_SGR);                          screen_write_mode_clear(&ictx->ctx, MODE_MOUSE_SGR);
                         break;                          break;
Line 1543 
Line 1540 
                                 break;                                  break;
                         screen_write_mode_set(&ictx->ctx, MODE_FOCUSON);                          screen_write_mode_set(&ictx->ctx, MODE_FOCUSON);
                         wp->flags |= PANE_FOCUSPUSH; /* force update */                          wp->flags |= PANE_FOCUSPUSH; /* force update */
                         break;  
                 case 1005:  
                         screen_write_mode_set(&ictx->ctx, MODE_MOUSE_UTF8);  
                         break;                          break;
                 case 1006:                  case 1006:
                         screen_write_mode_set(&ictx->ctx, MODE_MOUSE_SGR);                          screen_write_mode_set(&ictx->ctx, MODE_MOUSE_SGR);

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95