[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.15 and 1.16

version 1.15, 2013/03/24 09:57:59 version 1.16, 2013/10/10 12:00:22
Line 35 
Line 35 
         "[-DLRUZ] [-x width] [-y height] " CMD_TARGET_PANE_USAGE " [adjustment]",          "[-DLRUZ] [-x width] [-y height] " CMD_TARGET_PANE_USAGE " [adjustment]",
         0,          0,
         cmd_resize_pane_key_binding,          cmd_resize_pane_key_binding,
         NULL,  
         cmd_resize_pane_exec          cmd_resize_pane_exec
 };  };
   

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16