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

Diff for /src/usr.bin/tmux/cmd-rotate-window.c between version 1.32 and 1.33

version 1.32, 2021/03/11 06:31:05 version 1.33, 2021/08/21 10:22:39
Line 31 
Line 31 
         .name = "rotate-window",          .name = "rotate-window",
         .alias = "rotatew",          .alias = "rotatew",
   
         .args = { "Dt:UZ", 0, 0 },          .args = { "Dt:UZ", 0, 0, NULL },
         .usage = "[-DUZ] " CMD_TARGET_WINDOW_USAGE,          .usage = "[-DUZ] " CMD_TARGET_WINDOW_USAGE,
   
         .target = { 't', CMD_FIND_WINDOW, 0 },          .target = { 't', CMD_FIND_WINDOW, 0 },

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33