[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.95 and 1.96

version 1.95, 2015/11/23 20:53:09 version 1.96, 2015/11/23 23:47:57
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 1540 
Line 1543 
                                 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.95  
changed lines
  Added in v.1.96