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

Diff for /src/usr.bin/tmux/server-client.c between version 1.363 and 1.364

version 1.363, 2020/10/30 08:55:56 version 1.364, 2020/10/30 09:00:07
Line 1590 
Line 1590 
         if (wp->window->active != wp)          if (wp->window->active != wp)
                 goto not_focused;                  goto not_focused;
   
         /* If we're in a mode, we're not focused. */  
         if (wp->screen != &wp->base)  
                 goto not_focused;  
   
         /*          /*
          * If our window is the current window in any focused clients with an           * If our window is the current window in any focused clients with an
          * attached session, we're focused.           * attached session, we're focused.

Legend:
Removed from v.1.363  
changed lines
  Added in v.1.364