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

Diff for /src/usr.bin/tmux/tmux.h between version 1.753 and 1.754

version 1.753, 2017/04/25 18:20:51 version 1.754, 2017/04/25 18:30:29
Line 1099 
Line 1099 
         struct window_pane      *wp;          struct window_pane      *wp;
   
         const struct grid_cell  *cell;          const struct grid_cell  *cell;
           int                      wrapped;
   
         u_int            num;          u_int            num;
         void            *ptr;          void            *ptr;

Legend:
Removed from v.1.753  
changed lines
  Added in v.1.754