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

Diff for /src/usr.bin/tmux/format.c between version 1.235 and 1.236

version 1.235, 2020/04/09 15:35:27 version 1.236, 2020/04/13 08:26:27
Line 1128 
Line 1128 
         struct window_pane      *wp;          struct window_pane      *wp;
         u_int                    x, y;          u_int                    x, y;
   
         if (item->cmd != NULL)          if (item->cmd != NULL) {
                 format_add(ft, "command", "%s", item->cmd->entry->name);                  format_add(ft, "command", "%s",
                       cmd_get_entry (item->cmd)->name);
           }
   
         if (item->shared == NULL)          if (item->shared == NULL)
                 return;                  return;

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.236