[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.46 and 1.47

version 1.46, 2022/02/22 11:01:57 version 1.47, 2023/01/20 21:36:00
Line 574 
Line 574 
                 x = m->x - (pd->menu->width + 4) / 2;                  x = m->x - (pd->menu->width + 4) / 2;
         else          else
                 x = 0;                  x = 0;
         pd->md = menu_prepare(pd->menu, 0, NULL, x, m->y, c, NULL,          pd->md = menu_prepare(pd->menu, 0, 0, NULL, x, m->y, c, NULL,
             popup_menu_done, pd);              popup_menu_done, pd);
         c->flags |= CLIENT_REDRAWOVERLAY;          c->flags |= CLIENT_REDRAWOVERLAY;
   

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47