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

Diff for /src/usr.bin/tmux/cmd-resize-window.c between version 1.9 and 1.10

version 1.9, 2021/08/27 17:15:57 version 1.10, 2023/06/30 13:19:32
Line 53 
Line 53 
         struct session          *s = target->s;          struct session          *s = target->s;
         const char              *errstr;          const char              *errstr;
         char                    *cause;          char                    *cause;
         u_int                    adjust, sx, sy;          u_int                    adjust, sx, sy, xpixel = 0, ypixel = 0;
         int                      xpixel = -1, ypixel = -1;  
   
         if (args_count(args) == 0)          if (args_count(args) == 0)
                 adjust = 1;                  adjust = 1;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10