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

Diff for /src/usr.bin/tmux/window-copy.c between version 1.293 and 1.294

version 1.293, 2020/06/02 19:10:26 version 1.294, 2020/06/02 19:16:46
Line 3721 
Line 3721 
         /* Don't bother if no data. */          /* Don't bother if no data. */
         if (off == 0) {          if (off == 0) {
                 free(buf);                  free(buf);
                 *len = 0                  *len = 0;
                 return (NULL);                  return (NULL);
         }          }
         if (keys == MODEKEY_EMACS || lastex <= ey_last)          if (keys == MODEKEY_EMACS || lastex <= ey_last)

Legend:
Removed from v.1.293  
changed lines
  Added in v.1.294