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

Diff for /src/usr.bin/tmux/window.c between version 1.198 and 1.199

version 1.198, 2017/06/04 09:02:36 version 1.199, 2017/06/28 11:36:40
Line 1226 
Line 1226 
         if (wp->mode != NULL) {          if (wp->mode != NULL) {
                 wp->modelast = time(NULL);                  wp->modelast = time(NULL);
                 if (wp->mode->key != NULL)                  if (wp->mode->key != NULL)
                         wp->mode->key(wp, c, s, key, m);                          wp->mode->key(wp, c, s, (key & ~KEYC_XTERM), m);
                 return;                  return;
         }          }
   

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.199