[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.43 and 1.44

version 1.43, 2019/03/18 11:58:40 version 1.44, 2019/03/18 21:46:02
Line 173 
Line 173 
         o = options_first(oo);          o = options_first(oo);
         while (o != NULL) {          while (o != NULL) {
                 oe = options_table_entry(o);                  oe = options_table_entry(o);
                 if (oe != NULL && oe->style != NULL) {  
                         o = options_next(o);  
                         continue;  
                 }  
                 if (!options_isarray(o))                  if (!options_isarray(o))
                         cmd_show_options_print(self, item, o, -1);                          cmd_show_options_print(self, item, o, -1);
                 else {                  else {

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44