[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.115 and 1.116

version 1.115, 2023/09/15 06:31:49 version 1.116, 2024/04/23 13:34:51
Line 806 
Line 806 
         struct cmdq_list        *queue = cmdq_get(c);          struct cmdq_list        *queue = cmdq_get(c);
   
         if (queue->item == NULL)          if (queue->item == NULL)
         return (NULL);                  return (NULL);
     if (queue->item->flags & CMDQ_WAITING)          if (queue->item->flags & CMDQ_WAITING)
         return (NULL);                  return (NULL);
     return (queue->item);          return (queue->item);
 }  }
   
 /* Print a guard line. */  /* Print a guard line. */

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116