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

Diff for /src/usr.bin/tmux/spawn.c between version 1.26 and 1.27

version 1.26, 2021/03/02 10:56:45 version 1.27, 2021/03/02 11:00:38
Line 184 
Line 184 
                             NULL);                              NULL);
                         options_set_number(w->options, "automatic-rename", 0);                          options_set_number(w->options, "automatic-rename", 0);
                 } else                  } else
                         w->name = xstrdup(default_window_name(w));                          w->name = default_window_name(w);
         }          }
   
         /* Switch to the new window if required. */          /* Switch to the new window if required. */

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27