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

Diff for /src/usr.bin/tmux/popup.c between version 1.15 and 1.16

version 1.15, 2020/05/16 15:34:08 version 1.16, 2020/05/16 15:41:54
Line 70 
Line 70 
 {  {
         struct popup_data       *pd = ttyctx->arg;          struct popup_data       *pd = ttyctx->arg;
   
           if (c != pd->c)
                   return (0);
         if (pd->c->flags & CLIENT_REDRAWOVERLAY)          if (pd->c->flags & CLIENT_REDRAWOVERLAY)
                 return (-1);                  return (0);
   
         ttyctx->bigger = 0;          ttyctx->bigger = 0;
         ttyctx->wox = 0;          ttyctx->wox = 0;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16