[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.57 and 1.58

version 1.57, 2012/07/11 07:10:15 version 1.58, 2013/03/21 16:15:52
Line 234 
Line 234 
         if (o == NULL)          if (o == NULL)
                 return (-1);                  return (-1);
   
         s = options_table_print_entry(oe, o);          s = options_table_print_entry(oe, o, 0);
         if (!args_has(args, 'q'))          if (!args_has(args, 'q'))
                 ctx->info(ctx, "set option: %s -> %s", oe->name, s);                  ctx->info(ctx, "set option: %s -> %s", oe->name, s);
         return (0);          return (0);

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58