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

Diff for /src/usr.bin/tmux/screen.c between version 1.67 and 1.68

version 1.67, 2020/05/16 15:49:20 version 1.68, 2020/10/30 11:33:41
Line 79 
Line 79 
   
         s->title = xstrdup("");          s->title = xstrdup("");
         s->titles = NULL;          s->titles = NULL;
           s->path = NULL;
   
         s->cstyle = 0;          s->cstyle = 0;
         s->ccolour = xstrdup("");          s->ccolour = xstrdup("");
Line 121 
Line 122 
 {  {
         free(s->sel);          free(s->sel);
         free(s->tabs);          free(s->tabs);
           free(s->path);
         free(s->title);          free(s->title);
         free(s->ccolour);          free(s->ccolour);
   

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68