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

Diff for /src/usr.bin/tmux/cmd-attach-session.c between version 1.25 and 1.26

version 1.25, 2013/10/10 12:00:18 version 1.26, 2013/10/10 12:09:34
Line 32 
Line 32 
         "attach-session", "attach",          "attach-session", "attach",
         "drt:", 0, 0,          "drt:", 0, 0,
         "[-dr] " CMD_TARGET_SESSION_USAGE,          "[-dr] " CMD_TARGET_SESSION_USAGE,
         CMD_CANTNEST|CMD_STARTSERVER|CMD_SENDENVIRON,          CMD_CANTNEST|CMD_STARTSERVER,
         NULL,          NULL,
         cmd_attach_session_exec          cmd_attach_session_exec
 };  };

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26