[BACK]Return to cmd-capture-pane.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-capture-pane.c between version 1.49 and 1.50

version 1.49, 2019/12/12 11:39:56 version 1.50, 2020/03/19 14:03:48
Line 80 
Line 80 
         size_t           linelen;          size_t           linelen;
         u_int            i;          u_int            i;
   
         pending = input_pending(wp);          pending = input_pending(wp->ictx);
         if (pending == NULL)          if (pending == NULL)
                 return (xstrdup(""));                  return (xstrdup(""));
   

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50