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

Diff for /src/usr.bin/tmux/cmd-select-window.c between version 1.28 and 1.29

version 1.28, 2020/05/16 16:45:55 version 1.29, 2020/10/19 06:39:28
Line 142 
Line 142 
                 }                  }
                 cmdq_insert_hook(s, item, current, "after-select-window");                  cmdq_insert_hook(s, item, current, "after-select-window");
         }          }
         if (c->session != NULL)          if (c != NULL && c->session != NULL)
                 s->curw->window->latest = c;                  s->curw->window->latest = c;
         recalculate_sizes();          recalculate_sizes();
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29