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

Diff for /src/usr.bin/tmux/notify.c between version 1.38 and 1.39

version 1.38, 2021/08/12 08:05:11 version 1.39, 2021/08/12 08:10:20
Line 200 
Line 200 
         ne.client = cmdq_get_client(item);          ne.client = cmdq_get_client(item);
         ne.session = target->s;          ne.session = target->s;
         ne.window = target->w;          ne.window = target->w;
         ne.pane = target->wp->id;          ne.pane = (target->wp != NULL ? target->wp->id : -1);
   
         ne.formats = format_create(NULL, NULL, 0, FORMAT_NOJOBS);          ne.formats = format_create(NULL, NULL, 0, FORMAT_NOJOBS);
         format_add(ne.formats, "hook", "%s", name);          format_add(ne.formats, "hook", "%s", name);

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39