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

Diff for /src/usr.bin/tmux/window.c between version 1.289 and 1.290

version 1.289, 2024/03/21 11:30:42 version 1.290, 2024/04/10 07:15:21
Line 474 
Line 474 
         struct client   *c;          struct client   *c;
         int              focused = 0;          int              focused = 0;
   
         if (wp != NULL) {          if (wp != NULL && (~wp->flags & PANE_EXITED)) {
                 if (wp != wp->window->active)                  if (wp != wp->window->active)
                         focused = 0;                          focused = 0;
                 else {                  else {

Legend:
Removed from v.1.289  
changed lines
  Added in v.1.290