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

Diff for /src/usr.bin/tmux/cmd-resize-window.c between version 1.6 and 1.7

version 1.6, 2021/08/20 19:50:16 version 1.7, 2021/08/21 10:22:39
Line 33 
Line 33 
         .name = "resize-window",          .name = "resize-window",
         .alias = "resizew",          .alias = "resizew",
   
         .args = { "aADLRt:Ux:y:", 0, 1 },          .args = { "aADLRt:Ux:y:", 0, 1, NULL },
         .usage = "[-aADLRU] [-x width] [-y height] " CMD_TARGET_WINDOW_USAGE " "          .usage = "[-aADLRU] [-x width] [-y height] " CMD_TARGET_WINDOW_USAGE " "
                  "[adjustment]",                   "[adjustment]",
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7