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

Diff for /src/usr.bin/tmux/cmd-resize-pane.c between version 1.49 and 1.50

version 1.49, 2021/08/20 19:50:16 version 1.50, 2021/08/21 10:22:39
Line 36 
Line 36 
         .name = "resize-pane",          .name = "resize-pane",
         .alias = "resizep",          .alias = "resizep",
   
         .args = { "DLMRTt:Ux:y:Z", 0, 1 },          .args = { "DLMRTt:Ux:y:Z", 0, 1, NULL },
         .usage = "[-DLMRTUZ] [-x width] [-y height] " CMD_TARGET_PANE_USAGE " "          .usage = "[-DLMRTUZ] [-x width] [-y height] " CMD_TARGET_PANE_USAGE " "
                  "[adjustment]",                   "[adjustment]",
   

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50