[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.722 and 1.723

version 1.722, 2017/02/08 23:47:35 version 1.723, 2017/02/08 23:53:03
Line 1086 
Line 1086 
   
 /* TTY command context. */  /* TTY command context. */
 struct tty_ctx {  struct tty_ctx {
         struct window_pane *wp;          struct window_pane      *wp;
   
         const struct grid_cell *cell;          const struct grid_cell  *cell;
   
         u_int            num;          u_int            num;
         void            *ptr;          void            *ptr;

Legend:
Removed from v.1.722  
changed lines
  Added in v.1.723