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

Diff for /src/usr.bin/tmux/cfg.c between version 1.66 and 1.67

version 1.66, 2019/03/12 11:16:49 version 1.67, 2019/04/03 06:43:19
Line 102 
Line 102 
                 cmdq_append(c, cfg_item);                  cmdq_append(c, cfg_item);
         }          }
   
         load_cfg(TMUX_CONF, NULL, NULL, 1);          if (cfg_file == NULL)
                   load_cfg(TMUX_CONF, NULL, NULL, 1);
   
         if (cfg_file == NULL && (home = find_home()) != NULL) {          if (cfg_file == NULL && (home = find_home()) != NULL) {
                 xasprintf(&cfg_file, "%s/.tmux.conf", home);                  xasprintf(&cfg_file, "%s/.tmux.conf", home);

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67