[BACK]Return to format.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/format.c between version 1.117 and 1.118

version 1.117, 2017/01/16 14:49:14 version 1.118, 2017/01/30 21:41:17
Line 638 
Line 638 
                 if (o == NULL)                  if (o == NULL)
                         o = options_parse_get(global_s_options, key, &idx, 0);                          o = options_parse_get(global_s_options, key, &idx, 0);
                 if (o != NULL) {                  if (o != NULL) {
                         found = options_tostring(o, idx);                          found = options_tostring(o, idx, 1);
                         goto found;                          goto found;
                 }                  }
         }          }

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118