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

Diff for /src/usr.bin/tmux/cmd-swap-window.c between version 1.27 and 1.28

version 1.27, 2020/04/13 10:59:58 version 1.28, 2021/08/21 10:22:39
Line 32 
Line 32 
         .name = "swap-window",          .name = "swap-window",
         .alias = "swapw",          .alias = "swapw",
   
         .args = { "ds:t:", 0, 0 },          .args = { "ds:t:", 0, 0, NULL },
         .usage = "[-d] " CMD_SRCDST_WINDOW_USAGE,          .usage = "[-d] " CMD_SRCDST_WINDOW_USAGE,
   
         .source = { 's', CMD_FIND_WINDOW, CMD_FIND_DEFAULT_MARKED },          .source = { 's', CMD_FIND_WINDOW, CMD_FIND_DEFAULT_MARKED },

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