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

Diff for /src/usr.bin/tmux/cmd-show-options.c between version 1.8 and 1.9

version 1.8, 2009/12/03 17:44:02 version 1.9, 2009/12/03 22:50:10
Line 43 
Line 43 
 int  int
 cmd_show_options_exec(struct cmd *self, struct cmd_ctx *ctx)  cmd_show_options_exec(struct cmd *self, struct cmd_ctx *ctx)
 {  {
         struct cmd_target_data          *data = self->data;          struct cmd_target_data          *data = self->data;
         const struct set_option_entry   *table;          const struct set_option_entry   *table;
         struct session                  *s;          struct session                  *s;
         struct winlink                  *wl;          struct winlink                  *wl;

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