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

Diff for /src/usr.bin/tmux/cmd-queue.c between version 1.100 and 1.101

version 1.100, 2020/11/30 13:37:45 version 1.101, 2021/04/07 12:50:12
Line 276 
Line 276 
         const struct cmd_entry  *entry;          const struct cmd_entry  *entry;
   
         if (item->cmd != NULL) {          if (item->cmd != NULL) {
                 entry = cmd_get_entry (item->cmd);                  entry = cmd_get_entry(item->cmd);
                 format_add(ft, "command", "%s", entry->name);                  format_add(ft, "command", "%s", entry->name);
         }          }
         if (item->state->formats != NULL)          if (item->state->formats != NULL)

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101