[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.60 and 1.61

version 1.60, 2014/05/13 08:08:32 version 1.61, 2014/10/20 22:29:25
Line 40 
Line 40 
         "[-s session-name] " CMD_TARGET_SESSION_USAGE " [-x width] "          "[-s session-name] " CMD_TARGET_SESSION_USAGE " [-x width] "
         "[-y height] [command]",          "[-y height] [command]",
         CMD_STARTSERVER|CMD_CANTNEST,          CMD_STARTSERVER|CMD_CANTNEST,
         NULL,  
         cmd_new_session_exec          cmd_new_session_exec
 };  };
   

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61