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

Diff for /src/usr.bin/tmux/cmd-new-session.c between version 1.46 and 1.47

version 1.46, 2012/11/19 10:38:06 version 1.47, 2012/12/09 23:17:35
Line 36 
Line 36 
 const struct cmd_entry cmd_new_session_entry = {  const struct cmd_entry cmd_new_session_entry = {
         "new-session", "new",          "new-session", "new",
         "dn:s:t:x:y:", 0, 1,          "dn:s:t:x:y:", 0, 1,
         "[-d] [-n window-name] [-s session-name] [-t target-session] "          "[-d] [-n window-name] [-s session-name] " CMD_TARGET_SESSION_USAGE
         "[-x width] [-y height] [command]",          " [-x width] [-y height] [command]",
         CMD_STARTSERVER|CMD_CANTNEST|CMD_SENDENVIRON,          CMD_STARTSERVER|CMD_CANTNEST|CMD_SENDENVIRON,
         NULL,          NULL,
         cmd_new_session_check,          cmd_new_session_check,

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47