aboutsummaryrefslogtreecommitdiff
path: root/cmd-new-session.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-10-06 00:02:52 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-10-06 00:02:52 +0100
commit7e4314eccbc9dd36340e6ca3d0eccfc7e678b219 (patch)
treedf72e35bee1e335c5a77cf9336706b9229b86862 /cmd-new-session.c
parent5eeee39cc18a1205f69dd42c626312b9456ead4b (diff)
downloadrtmux-7e4314eccbc9dd36340e6ca3d0eccfc7e678b219.tar.gz
rtmux-7e4314eccbc9dd36340e6ca3d0eccfc7e678b219.tar.bz2
rtmux-7e4314eccbc9dd36340e6ca3d0eccfc7e678b219.zip
Remove CMD_SENDENVIRON.
Diffstat (limited to 'cmd-new-session.c')
-rw-r--r--cmd-new-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-new-session.c b/cmd-new-session.c
index 1c743a8e..38c79a6d 100644
--- a/cmd-new-session.c
+++ b/cmd-new-session.c
@@ -38,7 +38,7 @@ const struct cmd_entry cmd_new_session_entry = {
"[-AdDP] [-c start-directory] [-F format] [-n window-name] "
"[-s session-name] " CMD_TARGET_SESSION_USAGE " [-x width] [-y height] "
"[command]",
- CMD_STARTSERVER|CMD_CANTNEST|CMD_SENDENVIRON,
+ CMD_STARTSERVER|CMD_CANTNEST,
NULL,
cmd_new_session_exec
};