[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.48 and 1.49

version 1.48, 2023/03/15 19:23:22 version 1.49, 2023/06/08 11:17:28
Line 637 
Line 637 
 popup_display(int flags, enum box_lines lines, struct cmdq_item *item, u_int px,  popup_display(int flags, enum box_lines lines, struct cmdq_item *item, u_int px,
     u_int py, u_int sx, u_int sy, struct environ *env, const char *shellcmd,      u_int py, u_int sx, u_int sy, struct environ *env, const char *shellcmd,
     int argc, char **argv, const char *cwd, const char *title, struct client *c,      int argc, char **argv, const char *cwd, const char *title, struct client *c,
     struct session *s, const char* style, const char* border_style,      struct session *s, const char *style, const char *border_style,
     popup_close_cb cb, void *arg)      popup_close_cb cb, void *arg)
 {  {
         struct popup_data       *pd;          struct popup_data       *pd;

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49