[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.52 and 1.53

version 1.52, 2013/10/10 12:07:36 version 1.53, 2013/10/10 12:09:34
Line 38 
Line 38 
         "[-AdDP] [-c start-directory] [-F format] [-n window-name] "          "[-AdDP] [-c start-directory] [-F format] [-n window-name] "
         "[-s session-name] " CMD_TARGET_SESSION_USAGE " [-x width] [-y height] "          "[-s session-name] " CMD_TARGET_SESSION_USAGE " [-x width] [-y height] "
         "[command]",          "[command]",
         CMD_STARTSERVER|CMD_CANTNEST|CMD_SENDENVIRON,          CMD_STARTSERVER|CMD_CANTNEST,
         NULL,          NULL,
         cmd_new_session_exec          cmd_new_session_exec
 };  };

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53