[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.31 and 1.32

version 1.31, 2020/04/13 10:59:58 version 1.32, 2020/04/13 13:32:09
Line 95 
Line 95 
                         continue;                          continue;
                 }                  }
   
                 new_item = cmdq_get_command(cmdlist, &fs, NULL, CMDQ_NOHOOKS);                  new_item = cmdq_get_command(cmdlist, &fs, NULL,
                       CMDQ_SHARED_NOHOOKS);
                 cmdq_format(new_item, "hook", "%s", ne->name);                  cmdq_format(new_item, "hook", "%s", ne->name);
                 notify_hook_formats(new_item, s, w, ne->pane);                  notify_hook_formats(new_item, s, w, ne->pane);
                 item = cmdq_insert_after(item, new_item);                  item = cmdq_insert_after(item, new_item);

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32