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

Diff for /src/usr.bin/tmux/cmd-set-option.c between version 1.111 and 1.112

version 1.111, 2017/02/03 21:01:02 version 1.112, 2017/02/16 10:53:25
Line 72 
Line 72 
         struct cmd_find_state           *fs = &item->state.tflag;          struct cmd_find_state           *fs = &item->state.tflag;
         struct session                  *s = fs->s;          struct session                  *s = fs->s;
         struct winlink                  *wl = fs->wl;          struct winlink                  *wl = fs->wl;
         struct window                   *w = wl->window;          struct window                   *w;
         struct client                   *c;          struct client                   *c;
         enum options_table_scope         scope;          enum options_table_scope         scope;
         struct options                  *oo;          struct options                  *oo;

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112