[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.68 and 1.69

version 1.68, 2019/05/23 11:13:30 version 1.69, 2019/05/23 13:08:43
Line 181 
Line 181 
 {  {
         struct cmdq_item        *this, *next;          struct cmdq_item        *this, *next;
   
           if (item->group == 0)
                   return;
         this = TAILQ_NEXT(item, entry);          this = TAILQ_NEXT(item, entry);
         while (this != NULL) {          while (this != NULL) {
                 next = TAILQ_NEXT(this, entry);                  next = TAILQ_NEXT(this, entry);

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69