[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.108 and 1.109

version 1.108, 2017/01/22 19:00:01 version 1.109, 2017/02/01 09:55:07
Line 1477 
Line 1477 
                 case 1000:                  case 1000:
                 case 1001:                  case 1001:
                 case 1002:                  case 1002:
                   case 1003:
                         screen_write_mode_clear(&ictx->ctx, ALL_MOUSE_MODES);                          screen_write_mode_clear(&ictx->ctx, ALL_MOUSE_MODES);
                         break;                          break;
                 case 1004:                  case 1004:
Line 1559 
Line 1560 
                 case 1002:                  case 1002:
                         screen_write_mode_clear(&ictx->ctx, ALL_MOUSE_MODES);                          screen_write_mode_clear(&ictx->ctx, ALL_MOUSE_MODES);
                         screen_write_mode_set(&ictx->ctx, MODE_MOUSE_BUTTON);                          screen_write_mode_set(&ictx->ctx, MODE_MOUSE_BUTTON);
                           break;
                   case 1003:
                           screen_write_mode_clear(&ictx->ctx, ALL_MOUSE_MODES);
                           screen_write_mode_set(&ictx->ctx, MODE_MOUSE_ALL);
                         break;                          break;
                 case 1004:                  case 1004:
                         if (ictx->ctx.s->mode & MODE_FOCUSON)                          if (ictx->ctx.s->mode & MODE_FOCUSON)

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109