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

Diff for /src/usr.bin/tmux/cmd-split-window.c between version 1.43 and 1.44

version 1.43, 2013/10/10 12:00:23 version 1.44, 2013/10/10 12:04:13
Line 37 
Line 37 
         "[-dhvP] [-c start-directory] [-F format] [-p percentage|-l size] "          "[-dhvP] [-c start-directory] [-F format] [-p percentage|-l size] "
         CMD_TARGET_PANE_USAGE " [command]",          CMD_TARGET_PANE_USAGE " [command]",
         0,          0,
         NULL,          cmd_split_window_key_binding,
         cmd_split_window_exec          cmd_split_window_exec
 };  };
   

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44