[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.91 and 1.92

version 1.91, 2021/08/20 18:59:53 version 1.92, 2021/08/20 19:08:36
Line 94 
Line 94 
                 }                  }
         }          }
   
   
         before = args_has(args, 'b');          before = args_has(args, 'b');
         if (args_has(args, 'a') || before) {          if (args_has(args, 'a') || before) {
                 idx = winlink_shuffle_up(s, wl, before);                  idx = winlink_shuffle_up(s, wl, before);

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92