[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.32 and 1.33

version 1.32, 2020/04/13 13:32:09 version 1.33, 2020/04/13 14:04:25
Line 96 
Line 96 
                 }                  }
   
                 new_item = cmdq_get_command(cmdlist, &fs, NULL,                  new_item = cmdq_get_command(cmdlist, &fs, NULL,
                     CMDQ_SHARED_NOHOOKS);                      CMDQ_STATE_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.32  
changed lines
  Added in v.1.33