[BACK]Return to cmd-new-window.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-new-window.c between version 1.73 and 1.74

version 1.73, 2018/03/01 12:53:08 version 1.74, 2018/05/03 16:56:59
Line 63 
Line 63 
         struct environ_entry    *envent;          struct environ_entry    *envent;
         struct cmd_find_state    fs;          struct cmd_find_state    fs;
   
         if (args_has(args, 'a')) {          if (args_has(args, 'a') && wl != NULL) {
                 if ((idx = winlink_shuffle_up(s, wl)) == -1) {                  if ((idx = winlink_shuffle_up(s, wl)) == -1) {
                         cmdq_error(item, "no free window indexes");                          cmdq_error(item, "no free window indexes");
                         return (CMD_RETURN_ERROR);                          return (CMD_RETURN_ERROR);

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74