mirror of
https://github.com/tmux/tmux.git
synced 2025-09-07 18:37:03 +00:00
Remove CMD_SENDENVIRON.
This commit is contained in:
@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user